Increase version to 0.2.32

This commit is contained in:
Nicolas Abril 2024-06-05 16:03:29 +02:00
parent b4bf3dede2
commit 43f9d77968
3 changed files with 13 additions and 2 deletions

11
CHANGELOG.md Normal file
View File

@ -0,0 +1,11 @@
# Changelog
## 0.2.32
- Added the built-in `Tree` datatype.
- Added `![]` and `!` syntax for `Tree` literals.
- Moved the builtins documentation to `/docs`.
- Created the changelog.
## 0.2.0
- Initial public release of Bend.

2
Cargo.lock generated
View File

@ -62,7 +62,7 @@ dependencies = [
[[package]]
name = "bend-lang"
version = "0.2.31"
version = "0.2.32"
dependencies = [
"TSPL",
"clap",

View File

@ -2,7 +2,7 @@
name = "bend-lang"
description = "A high-level, massively parallel programming language"
license = "Apache-2.0"
version = "0.2.31"
version = "0.2.32"
edition = "2021"
rust-version = "1.74"
exclude = ["tests/"]