We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9159b71 commit 40bb4f5Copy full SHA for 40bb4f5
3 files changed
CHANGELOG.md
@@ -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
@@ -1,2 +1,2 @@
libself
-0.0.1
+0.0.2
build.zig.zon
@@ -1,6 +1,6 @@
.{
.name = .libself,
- .version = "0.0.1",
+ .version = "0.0.2",
.dependencies = .{
.libfast = .{
.url = "git+https://github.com/libzig/libfast#0.0.16",
0 commit comments