We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f6a35 commit 879ed99Copy full SHA for 879ed99
.github/dependabot.yml
@@ -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
9
10
CHANGELOG.md
@@ -3,6 +3,12 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [0.3.0] - 2025-01-09
+
+### Breaking Changes
+- Updated rkyv to 0.8 (thanks to @thestarmaker)
11
12
## [0.2.0] - 2024-08-23
13
14
### Breaking Changes
0 commit comments