Skip to content

Commit 6bfac79

Browse files
committed
v0.2.0
1 parent 58c01b2 commit 6bfac79

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Changelog
2+
3+
## v0.2.0
4+
- Ties are now properly anonymized.
5+
- ELO is now included in anonymized logs, but is rounded to the nearest 50 ELO.
6+
- A `--no-log` option has been added to the anonymization subcommand to remove the `log` and `inputLog` attributes to save space.

Cargo.lock

+4-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "psbattletools"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
description = "Command-line program to manage Pokémon Showdown battle logs."
66
license = "MIT"
@@ -9,6 +9,7 @@ repository = "https://github.com/AnnikaCodes/psbattletools"
99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010

1111
[dependencies]
12+
crossbeam-utils = "0.8.7"
1213
gjson = "0.8.0"
1314
indexmap = "1.7.0"
1415
json = "0.12.4"

0 commit comments

Comments
 (0)