Skip to content

Commit

Permalink
Bump version to 0.2.3 (unreleased)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Mar 21, 2024
1 parent b5ef22a commit f85bb6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 0.2.3 (unreleased)

# 0.2.2
- Added many transcendental functions: `sin`, `cos`, `tan`, `asin`, `acos`,
`atan`, `exp`, `ln`
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.2"
version = "0.2.3"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/mkeeter/fidget"
Expand Down

0 comments on commit f85bb6b

Please sign in to comment.