Skip to content

Commit 879ed99

Browse files
committed
release 0.3.0
1 parent 52f6a35 commit 879ed99

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/dependabot.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: cargo
4+
directory: /
5+
schedule:
6+
interval: daily
7+
- package-ecosystem: github-actions
8+
directory: /
9+
schedule:
10+
interval: daily

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## [0.3.0] - 2025-01-09
7+
8+
### Breaking Changes
9+
10+
- Updated rkyv to 0.8 (thanks to @thestarmaker)
11+
612
## [0.2.0] - 2024-08-23
713

814
### Breaking Changes

0 commit comments

Comments
 (0)