Skip to content

Commit

Permalink
Release 0.5.0 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav authored May 3, 2024
1 parent f041df8 commit f4d3ab6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
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).

## Unreleased
## 0.5.0 - 2024-05-02
### Changed
- Revert release 0.4.0.
- Switch support to Zig 0.12.
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ Some links may be broken in the generated website.

Use `zig fetch --save` to pull a version of the library
into your build.zig.zon.
(This requires at least Zig 0.11.)

```bash
zig fetch --save "https://github.com/abhinav/txtar.zig/archive/0.4.0.tar.gz"
zig fetch --save "https://github.com/abhinav/txtar.zig/archive/0.5.0.tar.gz"
```

Then, import the dependency in your build.zig:
Expand Down
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.{
.name = "txtar",
.version = "0.4.0",
.version = "0.5.0",
.paths = .{
"build.zig",
"build.zig.zon",
Expand Down

0 comments on commit f4d3ab6

Please sign in to comment.