Skip to content

Commit 330a31e

Browse files
authored
Merge pull request #1 from LeagueToolkit/release-plz-2025-12-03T16-35-52Z
chore: release v0.1.0
2 parents 4090e6e + 73a69a8 commit 330a31e

File tree

2 files changed

+46
-31
lines changed

2 files changed

+46
-31
lines changed

crates/ritobin-tools/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.0](https://github.com/LeagueToolkit/ritobin-tools/releases/tag/v0.1.0) - 2025-12-05
11+
12+
### Added
13+
14+
- add primitive diff command
15+
- add basic tool

crates/ritobin-tools/Cargo.toml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
[package]
2-
name = "ritobin-tools"
3-
version = "0.1.0"
4-
edition = "2024"
5-
license = "MIT OR Apache-2.0"
6-
7-
[dependencies]
8-
clap = { version = "4.5.20", features = ["derive"] }
9-
toml = "0.8.19"
10-
fancy-regex = "0.16.2"
11-
league-toolkit = { version = "0.2.4", features = ["serde"] }
12-
color-eyre = "0.6"
13-
tracing = "0.1.41"
14-
parking_lot = "0.12.3"
15-
walkdir = "2.4.0"
16-
itertools = "0.12.0"
17-
serde = { version = "1.0.215", features = ["derive"] }
18-
serde_json = "1.0"
19-
tracing-subscriber = { version = "0.3.2", features = ["local-time"] }
20-
colored = "2"
21-
csv = "1.3.1"
22-
time = "0.3.37"
23-
tracing-indicatif = "0.3.13"
24-
directories-next = "2.0"
25-
dirs-next = "2.0"
26-
camino = { version = "1.1", features = ["serde1", "proptest1"] }
27-
convert_case = "0.9.0"
28-
ltk_ritobin = { git = "https://github.com/LeagueToolkit/league-toolkit", rev = "77bf94f0dbb7e396f61348f531989abda296a1ae" }
29-
ltk_meta = { git = "https://github.com/LeagueToolkit/league-toolkit", rev = "77bf94f0dbb7e396f61348f531989abda296a1ae" }
30-
miette = { version = "7.6.0", features = ["fancy"] }
31-
similar = "2.6"
1+
[package]
2+
name = "ritobin-tools"
3+
version = "0.1.0"
4+
edition = "2024"
5+
license = "MIT OR Apache-2.0"
6+
7+
[dependencies]
8+
clap = { version = "4.5.20", features = ["derive"] }
9+
toml = "0.8.19"
10+
fancy-regex = "0.16.2"
11+
league-toolkit = { version = "0.2.4", features = ["serde"] }
12+
color-eyre = "0.6"
13+
tracing = "0.1.41"
14+
parking_lot = "0.12.3"
15+
walkdir = "2.4.0"
16+
itertools = "0.12.0"
17+
serde = { version = "1.0.215", features = ["derive"] }
18+
serde_json = "1.0"
19+
tracing-subscriber = { version = "0.3.2", features = ["local-time"] }
20+
colored = "2"
21+
csv = "1.3.1"
22+
time = "0.3.37"
23+
tracing-indicatif = "0.3.13"
24+
directories-next = "2.0"
25+
dirs-next = "2.0"
26+
camino = { version = "1.1", features = ["serde1", "proptest1"] }
27+
convert_case = "0.9.0"
28+
ltk_ritobin = { git = "https://github.com/LeagueToolkit/league-toolkit", rev = "77bf94f0dbb7e396f61348f531989abda296a1ae" }
29+
ltk_meta = { git = "https://github.com/LeagueToolkit/league-toolkit", rev = "77bf94f0dbb7e396f61348f531989abda296a1ae" }
30+
miette = { version = "7.6.0", features = ["fancy"] }
31+
similar = "2.6"

0 commit comments

Comments
 (0)