Skip to content

Commit 8079f21

Browse files
authored
chore(main): release 0.30.25 (#373)
1 parent ca6fe73 commit 8079f21

File tree

26 files changed

+59
-47
lines changed

26 files changed

+59
-47
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.30.24"
2+
".": "0.30.25"
33
}

CHANGELOG.md

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

3+
## 0.30.25 (2026-01-15)
4+
5+
<!-- Release notes generated using configuration in .github/release.yml at main -->
6+
7+
## What's Changed
8+
* feat: add package name and version to get api by @leavesster in https://github.com/oomol/oocana-rust/pull/372
9+
* refactor: refactor registry layer store to support nfs and add more strict by @leavesster in https://github.com/oomol/oocana-rust/pull/374
10+
* feat: enhance package layer scanning to support scoped directories by @leavesster in https://github.com/oomol/oocana-rust/pull/375
11+
12+
13+
**Full Changelog**: https://github.com/oomol/oocana-rust/compare/v0.30.24...v0.30.25
14+
315
## 0.30.24 (2026-01-15)
416

517
<!-- Release notes generated using configuration in .github/release.yml at main -->

Cargo.lock

Lines changed: 23 additions & 23 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
@@ -1,6 +1,6 @@
11
[package]
22
name = "oocana"
3-
version = "0.30.24"
3+
version = "0.30.25"
44
authors = ["CRIMX <straybugs@gmail.com>"]
55
edition = "2024"
66
repository = "https://github.com/oomol/oocana-rust"

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 = "cli"
3-
version = "0.30.24"
3+
version = "0.30.25"
44
authors = ["CRIMX <straybugs@gmail.com>"]
55
description = "CLI interface for oocana"
66
edition = "2021"

examples/base/blk_a/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blk_a"
3-
version = "0.30.24"
3+
version = "0.30.25"
44
authors = ["CRIMX <straybugs@gmail.com>"]
55
description = "Add one"
66
edition = "2021"

examples/base/pkg_a/blocks/blk-b/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blk-b"
3-
version = "0.30.24"
3+
version = "0.30.25"
44
authors = ["CRIMX <straybugs@gmail.com>"]
55
description = "Add one"
66
edition = "2021"

examples/concurrency/blk_a/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "concurrency_blk_a"
3-
version = "0.30.24"
3+
version = "0.30.25"
44
authors = ["CRIMX <straybugs@gmail.com>"]
55
description = "Add one"
66
edition = "2021"

examples/concurrency/pkg_a/blocks/blk-b/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "concurrency-blk-b"
3-
version = "0.30.24"
3+
version = "0.30.25"
44
authors = ["CRIMX <straybugs@gmail.com>"]
55
description = "Add one"
66
edition = "2021"

examples/condition/end/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "condition_end"
3-
version = "0.30.24"
3+
version = "0.30.25"
44
authors = ["CRIMX <straybugs@gmail.com>"]
55
description = "Add one"
66
edition = "2021"

0 commit comments

Comments
 (0)