Skip to content

Commit f4431a1

Browse files
chore(release): v3.2.2 [skip ci]
1 parent fa1b52f commit f4431a1

8 files changed

Lines changed: 24 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 3.2.2 (2026-04-01)
4+
5+
### Refactoring
6+
7+
- extract sr binary download into standalone script with curl fallback (#10) ([fa1b52f](https://github.com/urmzd/sr/commit/fa1b52f2735d108d8bfd6a4ef55cc9be18003c58))
8+
9+
[Full Changelog](https://github.com/urmzd/sr/compare/v3.2.1...v3.2.2)
10+
11+
312
## 3.2.1 (2026-04-01)
413

514
### Bug Fixes

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "3.2.1"
6+
version = "3.2.2"
77
edition = "2024"
88
license = "Apache-2.0"
99
repository = "https://github.com/urmzd/sr"
@@ -12,10 +12,10 @@ homepage = "https://github.com/urmzd/sr"
1212

1313
[workspace.dependencies]
1414
# Internal crates
15-
sr-core = { path = "crates/sr-core", version = "3.2.1" }
16-
sr-git = { path = "crates/sr-git", version = "3.2.1" }
17-
sr-github = { path = "crates/sr-github", version = "3.2.1" }
18-
sr-ai = { path = "crates/sr-ai", version = "3.2.1" }
15+
sr-core = { path = "crates/sr-core", version = "3.2.2" }
16+
sr-git = { path = "crates/sr-git", version = "3.2.2" }
17+
sr-github = { path = "crates/sr-github", version = "3.2.2" }
18+
sr-ai = { path = "crates/sr-ai", version = "3.2.2" }
1919

2020
# Serialization
2121
serde = { version = "1", features = ["derive"] }

crates/sr-ai/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sr-ai"
3-
version = "3.2.1"
3+
version = "3.2.2"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

crates/sr-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sr-cli"
3-
version = "3.2.1"
3+
version = "3.2.2"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

crates/sr-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sr-core"
3-
version = "3.2.1"
3+
version = "3.2.2"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

crates/sr-git/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sr-git"
3-
version = "3.2.1"
3+
version = "3.2.2"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

crates/sr-github/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sr-github"
3-
version = "3.2.1"
3+
version = "3.2.2"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

0 commit comments

Comments
 (0)