Skip to content

Commit

Permalink
Bump version v0.16.0 -> v0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewDaggitt committed Jan 28, 2025
1 parent 1033f15 commit f8dcd99
Show file tree
Hide file tree
Showing 183 changed files with 194 additions and 194 deletions.
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ authors:
given-names: "Marco"
- family-names: "Komendantskaya"
given-names: "Ekaterina"
version: "0.16.0"
date-released: "2024-12-13"
version: "0.16.1"
date-released: "2025-01-28"
license: "BSD-3-Clause"
type: "software"
repository-artifact: "https://github.com/vehicle-lang/vehicle/releases/tag/v0.16.0"
repository-artifact: "https://github.com/vehicle-lang/vehicle/releases/tag/v0.16.1"
repository-code: "https://github.com/vehicle-lang/vehicle"
references:
- authors:
Expand Down
20 changes: 10 additions & 10 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ Ensure that [you have the source code](#getting-the-source) and that you have in
vehicle --version
```

This should print `0.16.0`.
This should print `0.16.1`.

### Building the Vehicle Python bindings

Expand Down Expand Up @@ -573,14 +573,14 @@ Ensure that [you have the source code](#getting-the-source) and that you have in
pipx run tox
```

This creates the directory `dist` which contains "wheels", which are the binary distribution format for Python packages. These wheels will have file names such as `vehicle_lang-0.16.0-cp311-cp311-macosx_13_0_arm64`:
This creates the directory `dist` which contains "wheels", which are the binary distribution format for Python packages. These wheels will have file names such as `vehicle_lang-0.16.1-cp311-cp311-macosx_13_0_arm64`:

```sh
# Supported
# Python _____
# versions \
# vvvvvvvvvvv
vehicle_lang-0.16.0-cp311-cp311-macosx_13_0_arm64
vehicle_lang-0.16.1-cp311-cp311-macosx_13_0_arm64
# ^^^^^^^^^^^^^^^^^
# Supported /
# Operating System ______/
Expand Down Expand Up @@ -725,7 +725,7 @@ Ensure that [you have the source code](#getting-the-source) and that you have in
vehicle --version
```

This should print `0.16.0`.
This should print `0.16.1`.

1. Check if your installation of the `vehicle_lang` package was successful.

Expand Down Expand Up @@ -934,11 +934,11 @@ The procedure to create a new release is:
This creates the directory `dist` which contains "wheels", which are the binary distribution format for Python packages. If you're on macOS with an M1/M2 chipset, these look like:
```
vehicle_lang-0.16.0-cp310-cp310-macosx_13_0_arm64.whl
vehicle_lang-0.16.0-cp37-cp37m-macosx_13_0_arm64.whl
vehicle_lang-0.16.0-cp39-cp39-macosx_13_0_arm64.whl
vehicle_lang-0.16.0-cp311-cp311-macosx_13_0_arm64.whl
vehicle_lang-0.16.0-cp38-cp38-macosx_13_0_arm64.whl
vehicle_lang-0.16.1-cp310-cp310-macosx_13_0_arm64.whl
vehicle_lang-0.16.1-cp37-cp37m-macosx_13_0_arm64.whl
vehicle_lang-0.16.1-cp39-cp39-macosx_13_0_arm64.whl
vehicle_lang-0.16.1-cp311-cp311-macosx_13_0_arm64.whl
vehicle_lang-0.16.1-cp38-cp38-macosx_13_0_arm64.whl
```
Run the following command to check each wheel's metadata:
Expand All @@ -959,7 +959,7 @@ The procedure to create a new release is:

The release will be at a URL like:

<https://github.com/vehicle-lang/vehicle/releases/tag/v0.16.0>
<https://github.com/vehicle-lang/vehicle/releases/tag/v0.16.1>

[vehicle-lang/vehicle]: https://github.com/vehicle-lang/vehicle
[GHC]: https://www.haskell.org/ghc/
Expand Down
2 changes: 1 addition & 1 deletion bumpver.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpver]
current_version = "v0.16.0"
current_version = "v0.16.1"
version_pattern = "vMAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion vehicle-python/src/vehicle_lang/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION: str = "0.16.0"
VERSION: str = "0.16.1"
2 changes: 1 addition & 1 deletion vehicle-python/vehicle-python-binding.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: vehicle-python-binding
version: 0.16.0
version: 0.16.1
description:
Please see the README on GitHub at <https://github.com/wenkokke/vehicle#readme>

Expand Down
2 changes: 1 addition & 1 deletion vehicle-syntax/vehicle-syntax.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: vehicle-syntax
version: 0.16.0
version: 0.16.1
description:
Please see the README on GitHub at <https://github.com/vehicle-lang/vehicle#readme>

Expand Down
2 changes: 1 addition & 1 deletion vehicle/tests/golden/compile/acasXu/Agda.agda.golden
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- and should not be modified manually!
-- Metadata:
-- - Agda version: 2.6.2
-- - Vehicle version: 0.16.0+dev
-- - Vehicle version: 0.16.1+dev

{-# OPTIONS --allow-exec #-}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// and should not be modified manually!
// Metadata:
// - Marabou query format version: unknown
// - Vehicle version: 0.16.0+dev
// - Vehicle version: 0.16.1+dev
x0 <= 0.6715771228489404
x0 >= -0.32842287715105956
x0 >= 0.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// and should not be modified manually!
// Metadata:
// - Marabou query format version: unknown
// - Vehicle version: 0.16.0+dev
// - Vehicle version: 0.16.1+dev
-y0 +y1 <= 0.0
x0 <= 0.6715771228489404
x0 <= 0.6798577687061284
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// and should not be modified manually!
// Metadata:
// - Marabou query format version: unknown
// - Vehicle version: 0.16.0+dev
// - Vehicle version: 0.16.1+dev
-y0 +y2 <= 0.0
x0 <= 0.6715771228489404
x0 <= 0.6798577687061284
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// and should not be modified manually!
// Metadata:
// - Marabou query format version: unknown
// - Vehicle version: 0.16.0+dev
// - Vehicle version: 0.16.1+dev
-y0 +y3 <= 0.0
x0 <= 0.6715771228489404
x0 <= 0.6798577687061284
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// and should not be modified manually!
// Metadata:
// - Marabou query format version: unknown
// - Vehicle version: 0.16.0+dev
// - Vehicle version: 0.16.1+dev
-y0 +y4 <= 0.0
x0 <= 0.6715771228489404
x0 <= 0.6798577687061284
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// and should not be modified manually!
// Metadata:
// - Marabou query format version: unknown
// - Vehicle version: 0.16.0+dev
// - Vehicle version: 0.16.1+dev
-y0 +y1 <= 0.0
-y0 +y2 <= 0.0
-y0 +y3 <= 0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// and should not be modified manually!
// Metadata:
// - Marabou query format version: unknown
// - Vehicle version: 0.16.0+dev
// - Vehicle version: 0.16.1+dev
+y0 -y1 <= 0.0
+y0 -y2 <= 0.0
+y0 -y3 <= 0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// and should not be modified manually!
// Metadata:
// - Marabou query format version: unknown
// - Vehicle version: 0.16.0+dev
// - Vehicle version: 0.16.1+dev
+y0 -y1 <= 0.0
+y0 -y2 <= 0.0
+y0 -y3 <= 0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// and should not be modified manually!
// Metadata:
// - Marabou query format version: unknown
// - Vehicle version: 0.16.0+dev
// - Vehicle version: 0.16.1+dev
+y0 -y4 <= 0.0
x0 <= -0.3217850848807687
x0 <= 0.6715771228489404
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// and should not be modified manually!
// Metadata:
// - Marabou query format version: unknown
// - Vehicle version: 0.16.0+dev
// - Vehicle version: 0.16.1+dev
+y1 -y4 <= 0.0
x0 <= -0.3217850848807687
x0 <= 0.6715771228489404
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// and should not be modified manually!
// Metadata:
// - Marabou query format version: unknown
// - Vehicle version: 0.16.0+dev
// - Vehicle version: 0.16.1+dev
+y2 -y4 <= 0.0
x0 <= -0.3217850848807687
x0 <= 0.6715771228489404
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// and should not be modified manually!
// Metadata:
// - Marabou query format version: unknown
// - Vehicle version: 0.16.0+dev
// - Vehicle version: 0.16.1+dev
+y3 -y4 <= 0.0
x0 <= -0.3217850848807687
x0 <= 0.6715771228489404
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// and should not be modified manually!
// Metadata:
// - Marabou query format version: unknown
// - Vehicle version: 0.16.0+dev
// - Vehicle version: 0.16.1+dev
-y0 +y1 <= 0.0
x0 <= 0.6715771228489404
x0 <= 0.7004349247440301
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// and should not be modified manually!
// Metadata:
// - Marabou query format version: unknown
// - Vehicle version: 0.16.0+dev
// - Vehicle version: 0.16.1+dev
-y0 +y2 <= 0.0
x0 <= 0.6715771228489404
x0 <= 0.7004349247440301
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// and should not be modified manually!
// Metadata:
// - Marabou query format version: unknown
// - Vehicle version: 0.16.0+dev
// - Vehicle version: 0.16.1+dev
-y0 +y3 <= 0.0
x0 <= 0.6715771228489404
x0 <= 0.7004349247440301
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// and should not be modified manually!
// Metadata:
// - Marabou query format version: unknown
// - Vehicle version: 0.16.0+dev
// - Vehicle version: 0.16.1+dev
-y0 +y4 <= 0.0
x0 <= 0.6715771228489404
x0 <= 0.7004349247440301
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// and should not be modified manually!
// Metadata:
// - Marabou query format version: unknown
// - Vehicle version: 0.16.0+dev
// - Vehicle version: 0.16.1+dev
-y0 +y1 <= 0.0
x0 <= 0.6715771228489404
x0 <= 0.7004349247440301
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// and should not be modified manually!
// Metadata:
// - Marabou query format version: unknown
// - Vehicle version: 0.16.0+dev
// - Vehicle version: 0.16.1+dev
-y0 +y2 <= 0.0
x0 <= 0.6715771228489404
x0 <= 0.7004349247440301
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// and should not be modified manually!
// Metadata:
// - Marabou query format version: unknown
// - Vehicle version: 0.16.0+dev
// - Vehicle version: 0.16.1+dev
-y0 +y3 <= 0.0
x0 <= 0.6715771228489404
x0 <= 0.7004349247440301
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// and should not be modified manually!
// Metadata:
// - Marabou query format version: unknown
// - Vehicle version: 0.16.0+dev
// - Vehicle version: 0.16.1+dev
-y0 +y4 <= 0.0
x0 <= 0.6715771228489404
x0 <= 0.7004349247440301
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// and should not be modified manually!
// Metadata:
// - Marabou query format version: unknown
// - Vehicle version: 0.16.0+dev
// - Vehicle version: 0.16.1+dev
-y0 +y3 <= 0.0
-y1 +y3 <= 0.0
-y2 +y3 <= 0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// and should not be modified manually!
// Metadata:
// - Marabou query format version: unknown
// - Vehicle version: 0.16.0+dev
// - Vehicle version: 0.16.1+dev
-y0 +y4 <= 0.0
-y1 +y4 <= 0.0
-y2 +y4 <= 0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// and should not be modified manually!
// Metadata:
// - Marabou query format version: unknown
// - Vehicle version: 0.16.0+dev
// - Vehicle version: 0.16.1+dev
+y0 -y1 <= 0.0
-y0 +y1 <= 0.0
x0 <= 0.6715771228489404
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// and should not be modified manually!
// Metadata:
// - Marabou query format version: unknown
// - Vehicle version: 0.16.0+dev
// - Vehicle version: 0.16.1+dev
-y0 +y2 <= 0.0
-y1 +y3 <= 0.0
x0 <= 0.6715771228489404
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// and should not be modified manually!
// Metadata:
// - Marabou query format version: unknown
// - Vehicle version: 0.16.0+dev
// - Vehicle version: 0.16.1+dev
-y0 +y3 <= 0.0
-y1 +y3 <= 0.0
x0 <= 0.6715771228489404
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// and should not be modified manually!
// Metadata:
// - Marabou query format version: unknown
// - Vehicle version: 0.16.0+dev
// - Vehicle version: 0.16.1+dev
-y0 +y4 <= 0.0
-y1 +y3 <= 0.0
x0 <= 0.6715771228489404
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// and should not be modified manually!
// Metadata:
// - Marabou query format version: unknown
// - Vehicle version: 0.16.0+dev
// - Vehicle version: 0.16.1+dev
-y0 +y1 <= 0.0
-y1 +y4 <= 0.0
x0 <= 0.6715771228489404
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// and should not be modified manually!
// Metadata:
// - Marabou query format version: unknown
// - Vehicle version: 0.16.0+dev
// - Vehicle version: 0.16.1+dev
-y0 +y2 <= 0.0
-y1 +y4 <= 0.0
x0 <= 0.6715771228489404
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// and should not be modified manually!
// Metadata:
// - Marabou query format version: unknown
// - Vehicle version: 0.16.0+dev
// - Vehicle version: 0.16.1+dev
-y0 +y3 <= 0.0
-y1 +y4 <= 0.0
x0 <= 0.6715771228489404
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// and should not be modified manually!
// Metadata:
// - Marabou query format version: unknown
// - Vehicle version: 0.16.0+dev
// - Vehicle version: 0.16.1+dev
-y0 +y4 <= 0.0
-y1 +y4 <= 0.0
x0 <= 0.6715771228489404
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// and should not be modified manually!
// Metadata:
// - Marabou query format version: unknown
// - Vehicle version: 0.16.0+dev
// - Vehicle version: 0.16.1+dev
+y0 -y1 <= 0.0
-y0 +y2 <= 0.0
x0 <= 0.6715771228489404
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// and should not be modified manually!
// Metadata:
// - Marabou query format version: unknown
// - Vehicle version: 0.16.0+dev
// - Vehicle version: 0.16.1+dev
+y0 -y1 <= 0.0
-y0 +y3 <= 0.0
x0 <= 0.6715771228489404
Expand Down
Loading

0 comments on commit f8dcd99

Please sign in to comment.