Skip to content

Commit 7e7d1a6

Browse files
bump version to 0.2.0
1 parent 7e8a384 commit 7e7d1a6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This was originally code which was extracted from
1111
[lscolors](https://github.com/ziglibs/lscolors) for use in
1212
other zig libraries. More features have been added since.
1313

14-
`ansi_term` is designed to work with Zig 0.14.0.
14+
`ansi_term` is designed to work with Zig 0.15.2.
1515

1616
## Documentation
1717

build.zig.zon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.{
22
.name = .ansi_term,
3-
.version = "0.1.0",
3+
.version = "0.2.0",
44
.fingerprint = 0xa403c76fcb80b6fd,
55

6-
.minimum_zig_version = "0.14.0",
6+
.minimum_zig_version = "0.15.2",
77

88
.paths = .{
99
"build.zig",

0 commit comments

Comments
 (0)