Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbedard committed Sep 4, 2024
1 parent d780e81 commit 2c67630
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.6.0

- Cargo library published to crates.io as [`hexchess`](https://crates.io/crates/hexchess)

## 0.5.0

- Add `applySequence` method
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 @@ -6,7 +6,7 @@ license = "MIT"
name = "hexchess"
readme = "README.md"
repository = "https://github.com/scottbedard/hexchess.rs"
version = "0.5.1"
version = "0.6.0"

[features]
default = ["console_error_panic_hook"]
Expand Down

0 comments on commit 2c67630

Please sign in to comment.