diff --git a/CHANGELOG.md b/CHANGELOG.md index c865d7ab..608ed60d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project does not currently adhere to a particular versioning scheme. -## [Unreleased] +## [0.2.37] - 2024-10-18 ### Fixed @@ -373,7 +373,7 @@ and this project does not currently adhere to a particular versioning scheme. [0.2.34]: https://github.com/HigherOrderCO/Bend/releases/tag/0.2.34 [0.2.35]: https://github.com/HigherOrderCO/Bend/releases/tag/0.2.35 [0.2.36]: https://github.com/HigherOrderCO/Bend/releases/tag/0.2.36 -[Unreleased]: https://github.com/HigherOrderCO/Bend/compare/0.2.36...HEAD +[0.2.37]: https://github.com/HigherOrderCO/Bend/releases/tag/0.2.37 [gh-424]: https://github.com/HigherOrderCO/Bend/issues/424 [gh-427]: https://github.com/HigherOrderCO/Bend/issues/427 [gh-443]: https://github.com/HigherOrderCO/Bend/issues/443 @@ -431,4 +431,3 @@ and this project does not currently adhere to a particular versioning scheme. [gh-674]: https://github.com/HigherOrderCO/Bend/issues/674 [gh-675]: https://github.com/HigherOrderCO/Bend/issues/675 [gh-706]: https://github.com/HigherOrderCO/Bend/issues/706 -[Unreleased]: https://github.com/HigherOrderCO/Bend/compare/0.2.36...HEAD diff --git a/Cargo.lock b/Cargo.lock index 8556640f..32881a46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -62,7 +62,7 @@ dependencies = [ [[package]] name = "bend-lang" -version = "0.2.37-alpha.1" +version = "0.2.37" dependencies = [ "TSPL", "clap", diff --git a/Cargo.toml b/Cargo.toml index c4e29c1f..6f18ae0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "bend-lang" description = "A high-level, massively parallel programming language" license = "Apache-2.0" -version = "0.2.37-alpha.1" +version = "0.2.37" edition = "2021" rust-version = "1.74" exclude = ["tests/"]