Skip to content

Commit 40bb4f5

Browse files
committed
chore(release): prepare for 0.0.2
1 parent 9159b71 commit 40bb4f5

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## [0.0.2] - 2026-03-15
4+
5+
### <!-- 0 -->⛰️ Features
6+
7+
- Init
8+
9+
### <!-- 3 -->📚 Documentation
10+
11+
- Add initial documentation for libself
12+
13+
### <!-- 7 -->⚙️ Miscellaneous Tasks
14+
15+
- Changelog file
16+
- Add libsafe dependency
17+

PROJECT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
libself
2-
0.0.1
2+
0.0.2

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = .libself,
3-
.version = "0.0.1",
3+
.version = "0.0.2",
44
.dependencies = .{
55
.libfast = .{
66
.url = "git+https://github.com/libzig/libfast#0.0.16",

0 commit comments

Comments
 (0)