Skip to content

Commit

Permalink
Increase the version to 0.2.33
Browse files Browse the repository at this point in the history
  • Loading branch information
developedby committed Jun 5, 2024
1 parent 94cada9 commit 4bb5204
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Changelog

## 0.2.32
## 0.2.33
- Added `expand_main`, a compilation pass that expands references in the entry point function. (#424)
- Changed the `float_combinators` pass to not extract in the entry point function. (#424)

- Added the built-in `Tree` datatype.
- Added `![]` and `!` syntax for `Tree` literals.
## 0.2.32
- Added the built-in `Tree` datatype. (#528)
- Added `![]` and `!` syntax for `Tree` literals. (#528)
- Moved the builtins documentation to `/docs`.
- Created the changelog.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "bend-lang"
description = "A high-level, massively parallel programming language"
license = "Apache-2.0"
version = "0.2.32"
version = "0.2.33"
edition = "2021"
rust-version = "1.74"
exclude = ["tests/"]
Expand Down

0 comments on commit 4bb5204

Please sign in to comment.