Releases: chmouel/snazy
Releases · chmouel/snazy
0.57.1
Release Notes: v0.57.1
This release includes several new features, bug fixes, and dependency updates.
✨ Features
- ARM Builds: Added ARM build targets to the release workflow, so you can now run
snazy
on your ARM-based machines. - Disable Coloring: A new option has been added to disable all output coloring, which is useful for environments that do not support ANSI colors.
🐛 Bug Fixes
- Gracefully handle file open errors when a file cannot be read.
- Handle invalid JSON numbers and regex patterns to prevent crashes.
♻️ Refactoring
- Boolean flags have been refactored into more descriptive enum types for better code clarity.
- Timestamp conversion has been updated for improved reliability.
⬆️ Dependency Updates
- Updated
clap
and related dependencies to the latest versions. - Updated
pre-commit
hooks to v5.0.0. - Bumped
docker/build-push-action
from 6.15.0 to 6.18.0. - Multiple other dependencies have been updated.
📝 Documentation
- The
README.md
has been updated with a new logo and a copyright section.
⚙️ CI/CD
- Integrated
uv
for semver dependency in the release script. - Refined the release workflow.
Full Changelog: 0.56.0...0.57.1
0.56.0
What's Changed
- Bump docker/build-push-action from 6.13.0 to 6.14.0 by @dependabot in #320
- Bump chrono from 0.4.39 to 0.4.40 by @dependabot in #321
- Bump clap_complete from 4.5.44 to 4.5.46 by @dependabot in #322
- Bump clap from 4.5.29 to 4.5.31 by @dependabot in #324
- Bump serde from 1.0.217 to 1.0.218 by @dependabot in #325
- Bump serde_json from 1.0.138 to 1.0.139 by @dependabot in #323
- Bump docker/metadata-action from 5.6.1 to 5.7.0 by @dependabot in #327
- Bump docker/build-push-action from 6.14.0 to 6.15.0 by @dependabot in #326
- Bump docker/login-action from 3.3.0 to 3.4.0 by @dependabot in #328
- Bump clap from 4.5.31 to 4.5.34 by @dependabot in #329
- Bump serde from 1.0.218 to 1.0.219 by @dependabot in #331
- Bump clap_complete from 4.5.46 to 4.5.47 by @dependabot in #333
- Bump chrono-tz from 0.10.1 to 0.10.3 by @dependabot in #332
- Bump tempfile from 3.16.0 to 3.19.1 by @dependabot in #330
- Bump is-terminal from 0.4.15 to 0.4.16 by @dependabot in #334
Full Changelog: 0.55.0...0.56.0
0.55.0
Snazy 0.55.0
What’s New?
🚀 Features
- feat: add timezone support for timestamp conversion. #319
🔧 Dependency Updates
- Bump tempfile from 3.14.0 to 3.16.0. #317
- Bump is-terminal from 0.4.13 to 0.4.15. #318
- Bump clap from 4.5.23 to 4.5.27. #314
- Bump serde_json from 1.0.134 to 1.0.138. #316
- Bump clap_complete from 4.5.40 to 4.5.44. #315
- Bump docker/build-push-action from 6.12.0 to 6.13.0. #313
- Bump docker/build-push-action from 6.11.0 to 6.12.0. #312
- Bump docker/build-push-action from 6.10.0 to 6.11.0. #311
- Bump serde from 1.0.215 to 1.0.217. #309
- Bump clap from 4.5.21 to 4.5.23. #310
- Bump chrono from 0.4.38 to 0.4.39. #308
- Bump serde_json from 1.0.133 to 1.0.134. #307
- Bump clap_complete from 4.5.36 to 4.5.40. #306
- Bump tempfile from 3.13.0 to 3.14.0. #304
- Bump docker/build-push-action from 6.9.0 to 6.10.0. #305
- Bump serde from 1.0.214 to 1.0.215. #301
- Bump clap from 4.5.20 to 4.5.21. #303
- Bump color-print from 0.3.6 to 0.3.7. #302
- Bump serde_json from 1.0.132 to 1.0.133. #300
- Bump docker/metadata-action from 5.5.1 to 5.6.1. #299
- Bump regex from 1.11.0 to 1.11.1. #297
- Bump serde_json from 1.0.128 to 1.0.132. #298
- Bump clap_complete from 4.5.32 to 4.5.36. #296
- Bump clap from 4.5.19 to 4.5.20. #295
- Bump serde from 1.0.210 to 1.0.214. #294
- Bump docker/build-push-action from 6.7.0 to 6.9.0. #291
Full Changelog: 0.54.0...0.55.0
0.54.0
Full Changelog: 0.53.1...0.54.0
Add ability to colorize background like this for example:
snazy -r bg:red,fg:green,regexp
0.53.1
What's Changed
- Bump docker/build-push-action from 5.2.0 to 6.7.0 by @dependabot in #286
- Bump docker/login-action from 3.0.0 to 3.3.0 by @dependabot in #279
Full Changelog: 0.53.0...0.53.1
0.53.0
What's Changed
- Bump serde_json from 1.0.111 to 1.0.113 by @dependabot in #245
- Bump chrono from 0.4.32 to 0.4.33 by @dependabot in #244
- Bump serde from 1.0.195 to 1.0.196 by @dependabot in #246
- Bump docker/metadata-action from 5.5.0 to 5.5.1 by @dependabot in #247
- Bump is-terminal from 0.4.10 to 0.4.12 by @dependabot in #249
- Bump serde_json from 1.0.113 to 1.0.114 by @dependabot in #251
- Bump chrono from 0.4.33 to 0.4.34 by @dependabot in #253
- Bump softprops/action-gh-release from 1 to 2 by @dependabot in #255
- Bump docker/build-push-action from 5.1.0 to 5.2.0 by @dependabot in #254
- Bump clap from 4.5.1 to 4.5.4 by @dependabot in #259
- Bump regex from 1.10.3 to 1.10.4 by @dependabot in #260
- Bump serde_json from 1.0.114 to 1.0.115 by @dependabot in #261
- Bump serde_json from 1.0.115 to 1.0.116 by @dependabot in #263
- Bump color-print from 0.3.5 to 0.3.6 by @dependabot in #264
- Bump clap_complete from 4.5.1 to 4.5.2 by @dependabot in #266
- Bump chrono from 0.4.34 to 0.4.38 by @dependabot in #265
- Bump serde_json from 1.0.116 to 1.0.117 by @dependabot in #267
- Bump serde from 1.0.197 to 1.0.203 by @dependabot in #268
- Bump clap from 4.5.7 to 4.5.8 by @dependabot in #273
- Bump serde_json from 1.0.118 to 1.0.119 by @dependabot in #272
- Bump clap_complete from 4.5.6 to 4.5.7 by @dependabot in #274
- Bump serde from 1.0.203 to 1.0.204 by @dependabot in #281
- Bump clap_complete from 4.5.7 to 4.5.12 by @dependabot in #282
- Bump serde_json from 1.0.119 to 1.0.121 by @dependabot in #283
- Bump regex from 1.10.5 to 1.10.6 by @dependabot in #287
- Bump clap_complete from 4.5.12 to 4.5.24 by @dependabot in #288
- Bump serde_json from 1.0.121 to 1.0.127 by @dependabot in #290
- Bump is-terminal from 0.4.12 to 0.4.13 by @dependabot in #289
Full Changelog: 0.52.17...0.53.0
0.52.17
Full Changelog: 0.52.0...0.52.17
ARM and Windows binary release, a lot of changes and failed releases to get this to work..
0.52.0
Changelog
Add ability to specify colors by rgb a318903
- 7f3614b: Bump actions/checkout from 3 to 4 (#215) (@dependabot[bot])
- cac900f: Bump docker/build-push-action from 4.1.1 to 4.2.1 (#216) (@dependabot[bot])
0.51.3
Changelog
- a8dbc4b: Bump cachix/install-nix-action from 22 to 23 (#214) (@dependabot[bot])
- d7aaf20: Bump clap from 4.3.10 to 4.3.11 (@dependabot[bot])
- 993a3ef: Bump clap from 4.3.11 to 4.3.12 (@dependabot[bot])
- 1e2761e: Bump clap from 4.3.12 to 4.3.15 (@dependabot[bot])
- e3a097c: Bump clap from 4.3.15 to 4.3.16 (@dependabot[bot])
- cfd5069: Bump clap from 4.3.16 to 4.3.17 (@dependabot[bot])
- a597d19: Bump clap from 4.3.17 to 4.3.19 (@dependabot[bot])
- 747fb1b: Bump clap from 4.3.8 to 4.3.9 (@dependabot[bot])
- 51350f3: Bump clap from 4.3.9 to 4.3.10 (@dependabot[bot])
- 56baa45: Bump regex from 1.8.4 to 1.9.0 (#185) (@dependabot[bot])
- ee9351c: Bump regex from 1.9.0 to 1.9.1 (@dependabot[bot])
- 2efde18: Bump regex from 1.9.1 to 1.9.3 (@dependabot[bot])
- d55057a: Bump serde_json from 1.0.100 to 1.0.102 (@dependabot[bot])
- 19adc95: Bump serde_json from 1.0.102 to 1.0.103 (@dependabot[bot])
- eab9c0f: Bump serde_json from 1.0.103 to 1.0.104 (@dependabot[bot])
- 4513d7b: Bump serde_json from 1.0.99 to 1.0.100 (@dependabot[bot])
- 1f3412c: Reformat markdown (@chmouel)
0.51.2
Changelog
Fixes regexp with colon