diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cc62779..7ade6a89 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.36] - 2024-07-04 ### Changed @@ -334,6 +334,7 @@ and this project does not currently adhere to a particular versioning scheme. [0.2.33]: https://github.com/HigherOrderCO/Bend/releases/tag/0.2.33 [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 [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 @@ -368,4 +369,3 @@ and this project does not currently adhere to a particular versioning scheme. [gh-583]: https://github.com/HigherOrderCO/Bend/issues/583 [gh-586]: https://github.com/HigherOrderCO/Bend/issues/586 [gh-596]: https://github.com/HigherOrderCO/Bend/issues/596 -[Unreleased]: https://github.com/HigherOrderCO/Bend/compare/0.2.35...HEAD diff --git a/Cargo.lock b/Cargo.lock index a451eab4..1a88c0e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -62,7 +62,7 @@ dependencies = [ [[package]] name = "bend-lang" -version = "0.2.35" +version = "0.2.36" dependencies = [ "TSPL", "clap", diff --git a/Cargo.toml b/Cargo.toml index 4ca2da6b..ddcbb601 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.35" +version = "0.2.36" edition = "2021" rust-version = "1.74" exclude = ["tests/"]