Skip to content

Commit f105afc

Browse files
committed
chore: release 0.3.0
1 parent dd63c87 commit f105afc

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

README.org

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#+TITLE: zig-curl
22
#+DATE: 2023-09-16T23:16:15+0800
3-
#+LASTMOD: 2025-08-02T11:33:35+0800
3+
#+LASTMOD: 2025-08-24T10:24:23+0800
44
#+OPTIONS: toc:nil num:nil
55
#+STARTUP: content
66

@@ -11,10 +11,6 @@
1111

1212
Zig bindings for [[https://curl.haxx.se/libcurl/][libcurl]], a free and easy-to-use client-side URL transfer library.
1313

14-
#+begin_quote
15-
This package is in early stage, although the core functionality works right now, the API is still subject to changes.
16-
#+end_quote
17-
1814
The vendored libraries consist of:
1915
| Library | Version |
2016
|---------+---------|

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.{
22
.name = .curl,
33
.fingerprint = 0x3e01b4de1538b3f,
4-
.version = "0.2.0",
4+
.version = "0.3.0",
55
.paths = .{
66
"src",
77
"libs",

0 commit comments

Comments
 (0)