Skip to content

Commit f139964

Browse files
committed
chore: release 0.1.3 version
1 parent 37f9d3a commit f139964

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.1.3] - 2025-01-20
6+
7+
### 🐛 Bug Fixes
8+
9+
- Support multiple OCABundle instances in OCABundleInfo cache logic
10+
11+
### ⚙️ Miscellaneous Tasks
12+
13+
- Add initial changelog file
14+
515
## [0.1.2] - 2025-01-20
616

717
### 🚀 Features
@@ -13,6 +23,7 @@ All notable changes to this project will be documented in this file.
1323

1424
- Update CI workflow to publish on crates.io
1525
- Add configuration for release management
26+
- Release 0.1.2 version
1627

1728
## [0.1.1] - 2025-01-17
1829

Cargo.lock

Lines changed: 1 addition & 1 deletion
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 = "oca-sdk-rs"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2021"
55
license = "EUPL-1.2"
66
readme = "README.md"

0 commit comments

Comments
 (0)