Skip to content

Commit 41101f2

Browse files
authored
chore: release 0.6.0 (#31)
1 parent 7cdc0a7 commit 41101f2

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
* root flags definition ([#35](https://github.com/zoedsoupe/nexus/issues/35)) ([7cdc0a7](https://github.com/zoedsoupe/nexus/commit/7cdc0a72a649c500166ada8d678f6269b465e72c))
9+
* using parser combinators ([#29](https://github.com/zoedsoupe/nexus/issues/29)) ([fdc224f](https://github.com/zoedsoupe/nexus/commit/fdc224f2f2c760da86ee23b1d67c805dff338c6b))
10+
11+
12+
### Bug Fixes
13+
14+
* correctly parse space separated flags ([#33](https://github.com/zoedsoupe/nexus/issues/33)) ([a3add2d](https://github.com/zoedsoupe/nexus/commit/a3add2d77eb472558b091fb07bdbaaa32f4b6d27))
15+
16+
17+
### Code Refactoring
18+
19+
* missing test coverage and performance issues ([#34](https://github.com/zoedsoupe/nexus/issues/34)) ([b9bdbe2](https://github.com/zoedsoupe/nexus/commit/b9bdbe28767578a54274ff73fc5b94b2f85fe6ec))
20+
21+
22+
### Tests
23+
24+
* 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)