From 138af9f0e8a35f17914ececbd77ab4d4672ba026 Mon Sep 17 00:00:00 2001 From: Ali Polatel Date: Wed, 15 May 2024 20:50:36 +0200 Subject: [PATCH] preparation for v0.9.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 44cc7b5..00016b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -885,7 +885,7 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" [[package]] name = "jja" -version = "0.9.0" +version = "0.9.1" dependencies = [ "anyhow", "benchmarking", diff --git a/Cargo.toml b/Cargo.toml index 1d7ab10..0b9f340 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] description = "swiss army knife for chess file formats" diff --git a/README.md b/README.md index d28e318..0199420 100644 --- a/README.md +++ b/README.md @@ -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`. -- 2.45.2