Skip to content

Commit 74686b6

Browse files
committed
chore(release): bump version to 0.3.0
1 parent ca9a46a commit 74686b6

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
Nothing yet.
12+
13+
## [0.3.0] — 2024-07-23
14+
1115
### BREAKING CHANGES
1216

1317
> [!NOTE]
@@ -47,6 +51,10 @@ and this project adheres to
4751
[kseistrup](https://aur.archlinux.org/account/kseistrup)
4852
- `--help` text uses `:json` instead of `:raw` in one of the examples
4953
(https://github.com/h4l/json.bash/pull/9)
54+
- Updated `examples/jb-cli.sh` to use the current argument syntax — it was out
55+
of date.
56+
- `json.bash` now has a copyright/license/url comment in at the top. This should
57+
make its origin clear when vendored into a downstream project as a dependency.
5058

5159
## [0.2.2] — 2023-08-07
5260

@@ -96,6 +104,7 @@ No functional changes, `0.2.0` wasn't published because of a CI fail.
96104
Initial release.
97105

98106
[unreleased]: https://github.com/h4l/json.bash/compare/v0.2.2...HEAD
107+
[0.3.0]: https://github.com/h4l/json.bash/compare/v0.2.2...v0.3.0
99108
[0.2.2]: https://github.com/h4l/json.bash/compare/v0.2.1...v0.2.2
100109
[0.2.1]: https://github.com/h4l/json.bash/compare/v0.2.0...v0.2.1
101110
[0.2.0]: https://github.com/h4l/json.bash/compare/v0.1.0...v0.2.0

docker-bake.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ NOW = "${timestamp()}"
77
variable CI {
88
default = "false"
99
}
10-
_DEFAULT_JSON_BASH_VERSION = "0.2.3-dev"
10+
_DEFAULT_JSON_BASH_VERSION = "0.3.1-dev"
1111
variable JSON_BASH_VERSION {
1212
default = ""
1313
}

json.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# https://github.com/h4l/json.bash
55
shopt -s extglob # required to match our auto glob patterns
66

7-
JSON_BASH_VERSION=0.2.3-dev
7+
JSON_BASH_VERSION=0.3.0
88

99
declare -g -A _json_defaults=()
1010

0 commit comments

Comments
 (0)