~alip/jja

138af9f0e8a35f17914ececbd77ab4d4672ba026 — Ali Polatel 6 months ago 660e390 v0.9.1
preparation for v0.9.1
3 files changed, 3 insertions(+), 3 deletions(-)

M Cargo.lock
M Cargo.toml
M README.md
M Cargo.lock => Cargo.lock +1 -1
@@ 885,7 885,7 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"

[[package]]
name = "jja"
version = "0.9.0"
version = "0.9.1"
dependencies = [
 "anyhow",
 "benchmarking",

M Cargo.toml => Cargo.toml +1 -1
@@ 1,6 1,6 @@
[package]
name = "jja"
version = "0.9.0" # remember to update README.md
version = "0.9.1" # remember to update README.md
edition = "2021"
authors = ["Ali Polatel <alip@chesswob.org>"]
description = "swiss army knife for chess file formats"

M README.md => README.md +1 -1
@@ 383,7 383,7 @@ chessboard displaying code in [PolyGlot](http://hgm.nubati.net/book_format.html)

# ChangeLog

## ?
## 0.9.1

- upgrade `nix` crate from `0.27` to `0.28`.
- upgrade `tempfile` crate from `3.8` to `3.10`.