File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ and this project adheres to
8
8
9
9
## [ Unreleased]
10
10
11
+ Nothing yet.
12
+
13
+ ## [ 0.3.0] — 2024-07-23
14
+
11
15
### BREAKING CHANGES
12
16
13
17
> [ !NOTE]
@@ -47,6 +51,10 @@ and this project adheres to
47
51
[ kseistrup] ( https://aur.archlinux.org/account/kseistrup )
48
52
- ` --help ` text uses ` :json ` instead of ` :raw ` in one of the examples
49
53
(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.
50
58
51
59
## [ 0.2.2] — 2023-08-07
52
60
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ NOW = "${timestamp()}"
7
7
variable CI {
8
8
default = " false"
9
9
}
10
- _DEFAULT_JSON_BASH_VERSION = " 0.2.3 -dev"
10
+ _DEFAULT_JSON_BASH_VERSION = " 0.3.1 -dev"
11
11
variable JSON_BASH_VERSION {
12
12
default = " "
13
13
}
Original file line number Diff line number Diff line change 4
4
# https://github.com/h4l/json.bash
5
5
shopt -s extglob # required to match our auto glob patterns
6
6
7
- JSON_BASH_VERSION=0.2.3-dev
7
+ JSON_BASH_VERSION=0.3.0
8
8
9
9
declare -g -A _json_defaults=()
10
10
You can’t perform that action at this time.
0 commit comments