Skip to content

Commit c6827c4

Browse files
nshkrdotcomclaude
authored andcommitted
Bump version to 0.1.3
- Updated version in mix.exs from 0.1.2 to 0.1.3 - Added changelog entry for the trailing wrapper text fix 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent bca2b0e commit c6827c4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

100644100755
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.3] - 2025-07-05
11+
12+
### Fixed
13+
- Fixed issue where wrapper text following JSON blocks was not recognized (#1)
14+
- Added dedicated `remove_trailing_wrapper_text/1` function in Layer 1
15+
- Now properly removes trailing text after valid JSON structures
16+
- Example: `[{"id": 1}]\n1 Volume(s) created``[{"id": 1}]`
17+
1018
## [0.1.2] - 2025-06-08
1119

1220
### Added

mix.exs

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

4-
@version "0.1.1"
4+
@version "0.1.3"
55
@source_url "https://github.com/nshkrdotcom/json_remedy"
66

77
def project do

0 commit comments

Comments
 (0)