Skip to content

Commit

Permalink
Bump version v0.5.1 -> v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wenkokke committed Jul 6, 2023
1 parent a83fa99 commit 2d353a6
Show file tree
Hide file tree
Showing 168 changed files with 176 additions and 176 deletions.
18 changes: 9 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ Ensure that [you have the source code](#getting-the-source) and that you have in
vehicle --version
```

This should print `0.5.1`.
This should print `0.6.0`.

### Building the Vehicle Python bindings

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

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.5.1-cp311-cp311-macosx_13_0_arm64`:
These wheels will have file names such as `vehicle_lang-0.6.0-cp311-cp311-macosx_13_0_arm64`:

```sh
# Supported
# Python _____
# versions \
# vvvvvvvvvvv
vehicle_lang-0.5.1-cp311-cp311-macosx_13_0_arm64
vehicle_lang-0.6.0-cp311-cp311-macosx_13_0_arm64
# ^^^^^^^^^^^^^^^^^
# Supported /
# Operating System ______/
Expand Down Expand Up @@ -717,7 +717,7 @@ Ensure that [you have the source code](#getting-the-source) and that you have in
vehicle --version
```
This should print `0.5.1`.
This should print `0.6.0`.
1. Check if your installation of the `vehicle_lang` package was successful.
Expand Down Expand Up @@ -916,11 +916,11 @@ The procedure to create a new release is:
If you're on macOS with an M1/M2 chipset, these look like:

```
vehicle_lang-0.5.1-cp310-cp310-macosx_13_0_arm64.whl
vehicle_lang-0.5.1-cp37-cp37m-macosx_13_0_arm64.whl
vehicle_lang-0.5.1-cp39-cp39-macosx_13_0_arm64.whl
vehicle_lang-0.5.1-cp311-cp311-macosx_13_0_arm64.whl
vehicle_lang-0.5.1-cp38-cp38-macosx_13_0_arm64.whl
vehicle_lang-0.6.0-cp310-cp310-macosx_13_0_arm64.whl
vehicle_lang-0.6.0-cp37-cp37m-macosx_13_0_arm64.whl
vehicle_lang-0.6.0-cp39-cp39-macosx_13_0_arm64.whl
vehicle_lang-0.6.0-cp311-cp311-macosx_13_0_arm64.whl
vehicle_lang-0.6.0-cp38-cp38-macosx_13_0_arm64.whl
```

Run the following command to check each wheel's metadata:
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.5.1"
current_version = "v0.6.0"
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.5.1"
VERSION: str = "0.6.0"
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.5.1
version: 0.6.0
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.5.1
version: 0.6.0
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.5.1+dev
-- - Vehicle version: 0.6.0+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.5.1+dev
// - Vehicle version: 0.6.0+dev
y0 >= 1500.0
x0 >= -0.32842287715105956
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.5.1+dev
// - Vehicle version: 0.6.0+dev
-y0 +y1 <= 0.0
x0 >= -0.32842287715105956
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.5.1+dev
// - Vehicle version: 0.6.0+dev
-y0 +y2 <= 0.0
x0 >= -0.32842287715105956
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.5.1+dev
// - Vehicle version: 0.6.0+dev
-y0 +y3 <= 0.0
x0 >= -0.32842287715105956
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.5.1+dev
// - Vehicle version: 0.6.0+dev
-y0 +y4 <= 0.0
x0 >= -0.32842287715105956
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.5.1+dev
// - Vehicle version: 0.6.0+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.5.1+dev
// - Vehicle version: 0.6.0+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.5.1+dev
// - Vehicle version: 0.6.0+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.5.1+dev
// - Vehicle version: 0.6.0+dev
+y0 -y4 <= 0.0
x0 >= -0.32842287715105956
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.5.1+dev
// - Vehicle version: 0.6.0+dev
+y1 -y4 <= 0.0
x0 >= -0.32842287715105956
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.5.1+dev
// - Vehicle version: 0.6.0+dev
+y2 -y4 <= 0.0
x0 >= -0.32842287715105956
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.5.1+dev
// - Vehicle version: 0.6.0+dev
+y3 -y4 <= 0.0
x0 >= -0.32842287715105956
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.5.1+dev
// - Vehicle version: 0.6.0+dev
-y0 +y1 <= 0.0
x0 >= -0.32842287715105956
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.5.1+dev
// - Vehicle version: 0.6.0+dev
-y0 +y2 <= 0.0
x0 >= -0.32842287715105956
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.5.1+dev
// - Vehicle version: 0.6.0+dev
-y0 +y3 <= 0.0
x0 >= -0.32842287715105956
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.5.1+dev
// - Vehicle version: 0.6.0+dev
-y0 +y4 <= 0.0
x0 >= -0.32842287715105956
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.5.1+dev
// - Vehicle version: 0.6.0+dev
-y0 +y1 <= 0.0
x0 >= -0.32842287715105956
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.5.1+dev
// - Vehicle version: 0.6.0+dev
-y0 +y2 <= 0.0
x0 >= -0.32842287715105956
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.5.1+dev
// - Vehicle version: 0.6.0+dev
-y0 +y3 <= 0.0
x0 >= -0.32842287715105956
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.5.1+dev
// - Vehicle version: 0.6.0+dev
-y0 +y4 <= 0.0
x0 >= -0.32842287715105956
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.5.1+dev
// - Vehicle version: 0.6.0+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.5.1+dev
// - Vehicle version: 0.6.0+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.5.1+dev
// - Vehicle version: 0.6.0+dev
-y0 +y1 <= 0.0
+y0 -y1 <= 0.0
x0 >= -0.32842287715105956
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.5.1+dev
// - Vehicle version: 0.6.0+dev
-y0 +y3 <= 0.0
-y1 +y2 <= 0.0
x0 >= -0.32842287715105956
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.5.1+dev
// - Vehicle version: 0.6.0+dev
-y0 +y3 <= 0.0
-y1 +y3 <= 0.0
x0 >= -0.32842287715105956
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.5.1+dev
// - Vehicle version: 0.6.0+dev
-y0 +y3 <= 0.0
-y1 +y4 <= 0.0
x0 >= -0.32842287715105956
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.5.1+dev
// - Vehicle version: 0.6.0+dev
-y0 +y4 <= 0.0
+y0 -y1 <= 0.0
x0 >= -0.32842287715105956
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.5.1+dev
// - Vehicle version: 0.6.0+dev
-y0 +y4 <= 0.0
-y1 +y2 <= 0.0
x0 >= -0.32842287715105956
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.5.1+dev
// - Vehicle version: 0.6.0+dev
-y0 +y4 <= 0.0
-y1 +y3 <= 0.0
x0 >= -0.32842287715105956
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.5.1+dev
// - Vehicle version: 0.6.0+dev
-y0 +y4 <= 0.0
-y1 +y4 <= 0.0
x0 >= -0.32842287715105956
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.5.1+dev
// - Vehicle version: 0.6.0+dev
-y0 +y1 <= 0.0
-y1 +y2 <= 0.0
x0 >= -0.32842287715105956
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.5.1+dev
// - Vehicle version: 0.6.0+dev
-y0 +y1 <= 0.0
-y1 +y3 <= 0.0
x0 >= -0.32842287715105956
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.5.1+dev
// - Vehicle version: 0.6.0+dev
-y0 +y1 <= 0.0
-y1 +y4 <= 0.0
x0 >= -0.32842287715105956
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.5.1+dev
// - Vehicle version: 0.6.0+dev
-y0 +y2 <= 0.0
+y0 -y1 <= 0.0
x0 >= -0.32842287715105956
Expand Down
Loading

0 comments on commit 2d353a6

Please sign in to comment.