From 225429287cb1d8cc7484f00b4ed51d2949b0ca63 Mon Sep 17 00:00:00 2001 From: Hal Blackburn Date: Tue, 23 Jul 2024 05:00:49 +0000 Subject: [PATCH] chore(release): bump version to 0.3.0 --- CHANGELOG.md | 8 ++++++++ docker-bake.hcl | 2 +- json.bash | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 280bb62..c1a0222 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to ## [Unreleased] +Nothing yet. + +## [0.3.0] — 2024-07-23 + ### BREAKING CHANGES > [!NOTE] @@ -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 diff --git a/docker-bake.hcl b/docker-bake.hcl index 0bee425..9bd1d69 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -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 = "" } diff --git a/json.bash b/json.bash index 72768e0..55aa232 100755 --- a/json.bash +++ b/json.bash @@ -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=()