Skip to content

Commit 08d41ce

Browse files
authored
Merge pull request #8 from szTheory/release-please--branches--main--components--scrypath
chore(main): release scrypath 0.3.3
2 parents 352bbef + 24ad865 commit 08d41ce

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.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.3.2"
2+
".": "0.3.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ Release Please manages versioned entries after this baseline.
2626

2727
- Release-parity gates were motivated by a historical **tag vs default-branch** divergence in an earlier cycle; see `docs/releasing.md` § Historical context.
2828

29+
## [0.3.3](https://github.com/szTheory/scrypath/compare/scrypath-v0.3.2...scrypath-v0.3.3) (2026-04-17)
30+
31+
32+
### Bug Fixes
33+
34+
* **docs:** repair operator-support for ExDoc strict build ([352bbef](https://github.com/szTheory/scrypath/commit/352bbef399422317242caf5c2cada20c410f84ab))
35+
2936
## [0.3.2](https://github.com/szTheory/scrypath/compare/scrypath-v0.3.1...scrypath-v0.3.2) (2026-04-17)
3037

3138

mix.exs

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

4-
@version "0.3.2"
4+
@version "0.3.3"
55
@source_url "https://github.com/szTheory/scrypath"
66
@source_ref "v#{@version}"
77
@hexdocs_url "https://hexdocs.pm/scrypath"

0 commit comments

Comments
 (0)