Skip to content

Commit 287ca45

Browse files
Merge pull request #169 from zantarix/cursus-release/main
Release updates
2 parents 14c8503 + ccb9c49 commit 287ca45

10 files changed

Lines changed: 27 additions & 19 deletions

File tree

‎.cursus/northerly-receptive-sandfish.md‎

Lines changed: 0 additions & 6 deletions
This file was deleted.

‎.cursus/only-chic-salmon.md‎

Lines changed: 0 additions & 5 deletions
This file was deleted.

‎Cargo.lock‎

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

‎Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["packages/cursus", "packages/cursus-bin"]
33
resolver = "3"
44

55
[workspace.package]
6-
version = "0.9.1"
6+
version = "0.9.2"
77
edition = "2024"
88
license = "MPL-2.0"
99

‎packages/cursus-bin/CHANGELOG.md‎

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

3+
## 0.9.2 - 2026-05-31
4+
5+
### Bug Fixes
6+
7+
- update rust crate gitlab to v0.1900.0 [f31f15f] via #167
8+
- update rust crate log to v0.4.30 [47f7e13] via #166
9+
310
## 0.9.1 - 2026-05-27
411

512
### Bug Fixes

‎packages/cursus-bin/Cargo.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ name = "cursus"
1515
path = "src/main.rs"
1616

1717
[dependencies]
18-
cursus = { path = "../cursus", version = "=0.9.1" }
18+
cursus = { path = "../cursus", version = "=0.9.2" }
1919
anyhow = "=1.0.102"
2020
clap = { version = "=4.6.1", features = ["derive"] }
2121
gitlab = "=0.1900.0"
@@ -36,7 +36,7 @@ nix-tests = []
3636
test-support = []
3737

3838
[dev-dependencies]
39-
cursus = { path = "../cursus", version = "=0.9.1", features = ["test-support"], default-features = false }
39+
cursus = { path = "../cursus", version = "=0.9.2", features = ["test-support"], default-features = false }
4040
tempfile = "=3.27.0"
4141
tokio = { version = "=1.52.3", features = ["rt-multi-thread", "macros"] }
4242

‎packages/cursus/CHANGELOG.md‎

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

3+
## 0.9.2 - 2026-05-31
4+
5+
### Bug Fixes
6+
7+
- update rust crate gitlab to v0.1900.0 [f31f15f] via #167
8+
39
## 0.9.1 - 2026-05-27
410

511
### Bug Fixes

‎packages/npm/CHANGELOG.md‎

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

3+
## 0.9.2 - 2026-05-31
4+
5+
### Bug Fixes
6+
7+
- version sync to 0.9.2 (linked versions)
8+
39
## 0.9.1 - 2026-05-27
410

511
### Bug Fixes

‎packages/npm/package-lock.json‎

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

‎packages/npm/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zantarix/cursus",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"publishConfig": {
55
"provenance": true
66
},

0 commit comments

Comments
 (0)