Skip to content

Commit 3d61c21

Browse files
committed
chore(main): release 0.4.1
1 parent 7b3e1c4 commit 3d61c21

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.0"
2+
".": "0.4.1"
33
}

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.4.1](https://github.com/juniorsundar/oxmpl/compare/v0.4.0...v0.4.1) (2025-08-29)
4+
5+
6+
### Continuous Integration
7+
8+
* Publish `oxmpl-js` to crates.io ([7b3e1c4](https://github.com/juniorsundar/oxmpl/commit/7b3e1c467db08360a6b3111cd00bf87950241971))
9+
310
## [0.4.0](https://github.com/juniorsundar/oxmpl/compare/v0.3.0...v0.4.0) (2025-08-28)
411

512

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[workspace]
22
members = ["oxmpl", "oxmpl-py", "oxmpl-js"]
33
resolver = "2"
4-
package.version = "0.4.0" # x-release-please-version
4+
package.version = "0.4.1" # x-release-please-version
55

66
[profile.release]
77
opt-level = "s"

0 commit comments

Comments
 (0)