Skip to content

Commit 27664c2

Browse files
committed
chore: release 0.6.0
1 parent a3add2d commit 27664c2

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.github/.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.0"
2+
".": "0.6.0"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## [0.6.0](https://github.com/zoedsoupe/nexus/compare/v0.5.0...v0.6.0) (2025-08-04)
4+
5+
6+
### Features
7+
8+
* using parser combinators ([#29](https://github.com/zoedsoupe/nexus/issues/29)) ([fdc224f](https://github.com/zoedsoupe/nexus/commit/fdc224f2f2c760da86ee23b1d67c805dff338c6b))
9+
10+
11+
### Bug Fixes
12+
13+
* correctly parse space separated flags ([#33](https://github.com/zoedsoupe/nexus/issues/33)) ([a3add2d](https://github.com/zoedsoupe/nexus/commit/a3add2d77eb472558b091fb07bdbaaa32f4b6d27))
14+
15+
16+
### Tests
17+
18+
* new test cases ([#28](https://github.com/zoedsoupe/nexus/issues/28)) ([36bcaca](https://github.com/zoedsoupe/nexus/commit/36bcaca377feb4aea38cfee9917df92b48ed89b7))

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Nexus.MixProject do
22
use Mix.Project
33

4-
@version "0.5.0"
4+
@version "0.6.0"
55
@source_url "https://github.com/zoedsoupe/nexus"
66

77
def project do

0 commit comments

Comments
 (0)