Skip to content

Commit 806dd9d

Browse files
Matthew DaggittMatthew Daggitt
Matthew Daggitt
authored and
Matthew Daggitt
committedJun 14, 2024·
Bump version v0.14.0 -> v0.14.1
1 parent e7a6d7b commit 806dd9d

File tree

176 files changed

+188
-188
lines changed

Some content is hidden

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

176 files changed

+188
-188
lines changed
 

‎CITATION.cff

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cff-version: "1.2.0"
1+
cff-version: "0.14.1"
22
message: "If you use this software, please cite it using these metadata."
33
title: "Vehicle"
44
authors:
@@ -14,11 +14,11 @@ authors:
1414
given-names: "Marco"
1515
- family-names: "Komendantskaya"
1616
given-names: "Ekaterina"
17-
version: "0.14.0"
18-
date-released: "2024-04-26"
17+
version: "0.14.1"
18+
date-released: "2024-06-14"
1919
license: "MIT"
2020
type: "software"
21-
repository-artifact: "https://github.com/vehicle-lang/vehicle/releases/tag/v0.14.0"
21+
repository-artifact: "https://github.com/vehicle-lang/vehicle/releases/tag/v0.14.1"
2222
repository-code: "https://github.com/vehicle-lang/vehicle"
2323
references:
2424
- authors:

‎CONTRIBUTING.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ Ensure that [you have the source code](#getting-the-source) and that you have in
450450
vehicle --version
451451
```
452452

453-
This should print `0.14.0`.
453+
This should print `0.14.1`.
454454

455455
### Building the Vehicle Python bindings
456456

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

576-
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.14.0-cp311-cp311-macosx_13_0_arm64`:
576+
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.14.1-cp311-cp311-macosx_13_0_arm64`:
577577

578578
```sh
579579
# Supported
580580
# Python _____
581581
# versions \
582582
# vvvvvvvvvvv
583-
vehicle_lang-0.14.0-cp311-cp311-macosx_13_0_arm64
583+
vehicle_lang-0.14.1-cp311-cp311-macosx_13_0_arm64
584584
# ^^^^^^^^^^^^^^^^^
585585
# Supported /
586586
# Operating System ______/
@@ -725,7 +725,7 @@ Ensure that [you have the source code](#getting-the-source) and that you have in
725725
vehicle --version
726726
```
727727

728-
This should print `0.14.0`.
728+
This should print `0.14.1`.
729729

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

@@ -934,11 +934,11 @@ The procedure to create a new release is:
934934
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:
935935
936936
```
937-
vehicle_lang-0.14.0-cp310-cp310-macosx_13_0_arm64.whl
938-
vehicle_lang-0.14.0-cp37-cp37m-macosx_13_0_arm64.whl
939-
vehicle_lang-0.14.0-cp39-cp39-macosx_13_0_arm64.whl
940-
vehicle_lang-0.14.0-cp311-cp311-macosx_13_0_arm64.whl
941-
vehicle_lang-0.14.0-cp38-cp38-macosx_13_0_arm64.whl
937+
vehicle_lang-0.14.1-cp310-cp310-macosx_13_0_arm64.whl
938+
vehicle_lang-0.14.1-cp37-cp37m-macosx_13_0_arm64.whl
939+
vehicle_lang-0.14.1-cp39-cp39-macosx_13_0_arm64.whl
940+
vehicle_lang-0.14.1-cp311-cp311-macosx_13_0_arm64.whl
941+
vehicle_lang-0.14.1-cp38-cp38-macosx_13_0_arm64.whl
942942
```
943943
944944
Run the following command to check each wheel's metadata:
@@ -959,7 +959,7 @@ The procedure to create a new release is:
959959

960960
The release will be at a URL like:
961961

962-
<https://github.com/vehicle-lang/vehicle/releases/tag/v0.14.0>
962+
<https://github.com/vehicle-lang/vehicle/releases/tag/v0.14.1>
963963

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

0 commit comments

Comments
 (0)
Please sign in to comment.