Skip to content

Commit

Permalink
chore(release): bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
h4l committed Jul 23, 2024
1 parent ca9a46a commit 2254292
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to

## [Unreleased]

Nothing yet.

## [0.3.0] — 2024-07-23

### BREAKING CHANGES

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

## [0.2.2] — 2023-08-07

Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ NOW = "${timestamp()}"
variable CI {
default = "false"
}
_DEFAULT_JSON_BASH_VERSION = "0.2.3-dev"
_DEFAULT_JSON_BASH_VERSION = "0.3.1-dev"
variable JSON_BASH_VERSION {
default = ""
}
Expand Down
2 changes: 1 addition & 1 deletion json.bash
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://github.com/h4l/json.bash
shopt -s extglob # required to match our auto glob patterns

JSON_BASH_VERSION=0.2.3-dev
JSON_BASH_VERSION=0.3.0

declare -g -A _json_defaults=()

Expand Down

0 comments on commit 2254292

Please sign in to comment.