Skip to content

Commit

Permalink
Bump version, begin changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Feb 19, 2024
1 parent 62dcffc commit 9045355
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.2.1 (unreleased)
- Changed `fidget::eval::Vars` to borrow instead of use an `Arc`

# 0.2.0: The Big Refactoring
This release includes a significant amount of reorganization and refactoring.
There are two main sets of changes, along with some minor tweaks.
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 fidget/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fidget"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/mkeeter/fidget"
Expand Down

0 comments on commit 9045355

Please sign in to comment.