Skip to content

Commit 3c829f9

Browse files
Bump version v0.25.0 -> v0.25.1
1 parent dfd91d9 commit 3c829f9

292 files changed

Lines changed: 303 additions & 303 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ authors:
1414
given-names: "Marco"
1515
- family-names: "Komendantskaya"
1616
given-names: "Ekaterina"
17-
version: "0.25.0"
18-
date-released: "2026-06-01"
17+
version: "0.25.1"
18+
date-released: "2026-06-03"
1919
license: "BSD-3-Clause"
2020
type: "software"
21-
repository-artifact: "https://github.com/vehicle-lang/vehicle/releases/tag/v0.25.0"
21+
repository-artifact: "https://github.com/vehicle-lang/vehicle/releases/tag/v0.25.1"
2222
repository-code: "https://github.com/vehicle-lang/vehicle"
2323
references:
2424
- authors:

CONTRIBUTING.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ Ensure that you have the source code and that you have installed GHC and Cabal.
483483
vehicle --version
484484
```
485485

486-
This should print `0.25.0`.
486+
This should print `0.25.1`.
487487

488488
### Building the Vehicle Python bindings
489489

@@ -584,14 +584,14 @@ Ensure that you have the source code and that you have installed GHC/Cabal plus
584584
uv build
585585
```
586586

587-
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.25.0-cp311-cp311-macosx_13_0_arm64`:
587+
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.25.1-cp311-cp311-macosx_13_0_arm64`:
588588

589589
```sh
590590
# Supported
591591
# Python _____
592592
# versions \
593593
# vvvvvvvvvvv
594-
vehicle_lang-0.25.0-cp311-cp311-macosx_13_0_arm64
594+
vehicle_lang-0.25.1-cp311-cp311-macosx_13_0_arm64
595595
# ^^^^^^^^^^^^^^^^^
596596
# Supported /
597597
# Operating System ______/
@@ -755,7 +755,7 @@ Ensure that you have the source code and that you have installed GHC/Cabal plus
755755
vehicle --version
756756
```
757757

758-
This should print `0.25.0`.
758+
This should print `0.25.1`.
759759

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

@@ -969,11 +969,11 @@ The procedure to create a new release is:
969969
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:
970970
971971
```
972-
vehicle_lang-0.25.0-cp310-cp310-macosx_13_0_arm64.whl
973-
vehicle_lang-0.25.0-cp37-cp37m-macosx_13_0_arm64.whl
974-
vehicle_lang-0.25.0-cp39-cp39-macosx_13_0_arm64.whl
975-
vehicle_lang-0.25.0-cp311-cp311-macosx_13_0_arm64.whl
976-
vehicle_lang-0.25.0-cp38-cp38-macosx_13_0_arm64.whl
972+
vehicle_lang-0.25.1-cp310-cp310-macosx_13_0_arm64.whl
973+
vehicle_lang-0.25.1-cp37-cp37m-macosx_13_0_arm64.whl
974+
vehicle_lang-0.25.1-cp39-cp39-macosx_13_0_arm64.whl
975+
vehicle_lang-0.25.1-cp311-cp311-macosx_13_0_arm64.whl
976+
vehicle_lang-0.25.1-cp38-cp38-macosx_13_0_arm64.whl
977977
```
978978
979979
Run the following command to check each wheel's metadata:
@@ -994,7 +994,7 @@ The procedure to create a new release is:
994994

995995
The release will be at a URL like:
996996

997-
<https://github.com/vehicle-lang/vehicle/releases/tag/v0.25.0>
997+
<https://github.com/vehicle-lang/vehicle/releases/tag/v0.25.1>
998998

999999
[vehicle-lang/vehicle]: https://github.com/vehicle-lang/vehicle
10001000
[GHC]: https://www.haskell.org/ghc/

bumpver.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpver]
2-
current_version = "v0.25.0"
2+
current_version = "v0.25.1"
33
version_pattern = "vMAJOR.MINOR.PATCH"
44
commit_message = "Bump version {old_version} -> {new_version}"
55
commit = true
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION: str = "0.25.0"
1+
VERSION: str = "0.25.1"

vehicle-python/vehicle-python-binding.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: vehicle-python-binding
3-
version: 0.25.0
3+
version: 0.25.1
44
description:
55
Please see the README on GitHub at <https://github.com/wenkokke/vehicle#readme>
66

vehicle-syntax/vehicle-syntax.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: vehicle-syntax
3-
version: 0.25.0
3+
version: 0.25.1
44
description:
55
Please see the README on GitHub at <https://github.com/vehicle-lang/vehicle#readme>
66

vehicle/tests/golden/features/arithmetic/Agda.agda.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- WARNING: This file was generated automatically by Vehicle
22
-- and should not be modified manually!
33
-- Metadata:
4-
-- - Vehicle version: 0.25.0+dev
4+
-- - Vehicle version: 0.25.1+dev
55
-- - Agda version: 2.6.2
66

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

vehicle/tests/golden/features/arithmetic/Marabou.queries/property-query1.txt.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// WARNING: This file was generated automatically by Vehicle
22
// and should not be modified manually!
33
// Metadata:
4-
// - Vehicle version: 0.25.0+dev
4+
// - Vehicle version: 0.25.1+dev
55
//
66
// Assertions
77
y0 >= 0.0

vehicle/tests/golden/features/arithmetic/Rocq.v.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* WARNING: This file was generated automatically by Vehicle *)
22
(* and should not be modified manually! *)
33
(* Metadata: *)
4-
(* - Vehicle version: 0.25.0+dev *)
4+
(* - Vehicle version: 0.25.1+dev *)
55
(* - Rocq version: 9.0.0 *)
66

77
From mathcomp Require Import all_boot.

vehicle/tests/golden/features/arithmetic/isabelle/Isabelle.thy.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* WARNING: This file was generated automatically by Vehicle *)
22
(* and should not be modified manually! *)
33
(* Metadata: *)
4-
(* - Vehicle version: 0.25.0+dev *)
4+
(* - Vehicle version: 0.25.1+dev *)
55
(* - Isabelle version: 2024 *)
66

77
theory Isabelle

0 commit comments

Comments
 (0)