Skip to content

Commit 6794063

Browse files
authored
Update changelog release date (#458)
2 parents fae1f1c + 203f5cb commit 6794063

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ cargo-fmt:
2020
cargo fmt --all
2121

2222
json-fmt:
23-
find . -name "*.json" -not -path "./target/*" -exec sh -c 'jq "." "$$1" > tmp && mv tmp "$$1"' _ {} \;
23+
find . -name "*.json" -not -path "./target/*" -not -path "*/.*/*" -exec sh -c 'jq "." "$$1" > tmp && mv tmp "$$1"' _ {} \;
2424

2525
cargo-fmt-check:
2626
cargo fmt --all --check
2727

2828
json-fmt-check:
29-
find . -name "*.json" -not -path "./target/*" | xargs -I {} sh -c 'jq "." "{}" | diff --color=always -u0 "{}" -'
29+
find . -name "*.json" -not -path "./target/*" -not -path "*/.*/*" | xargs -I {} sh -c 'jq "." "{}" | diff --color=always -u0 "{}" -'
3030

3131
changelog:
3232
@if [ -z "$(crate)" ]; then echo "Error: crate parameter is required (e.g., CRATE=basalt-core)"; exit 1; fi

basalt/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [0.12.4](https://github.com/erikjuhani/basalt/releases/tag/basalt/0.12.4) (Unreleased)
3+
## [0.12.4](https://github.com/erikjuhani/basalt/releases/tag/basalt/0.12.4) (Apr, 09 2026)
44

55
### Added
66

@@ -32,7 +32,7 @@
3232
>
3333
> Signed-off-by: Erik Kinnunen <erik.kinn@gmail.com>
3434
35-
- [7d3e968](https://github.com/erikjuhani/basalt/commit/7d3e968b21c116a8faa00812c19c28dc08e3b518) Add auto-detection for symbol preset based on terminal capabilities
35+
- [7d3e968](https://github.com/erikjuhani/basalt/commit/7d3e968b21c116a8faa00812c19c28dc08e3b518) Add auto-detection for symbol preset based on terminal capabilities by @erikjuhani
3636

3737
> Extend Preset with an Auto variant that detects terminal capabilities at
3838
> startup by inspecting TERM, LC_ALL, LC_CTYPE and LANG environment

0 commit comments

Comments
 (0)