Skip to content

Commit 2254292

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

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)