diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b5eb4dc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.9.2](https://github.com/coko7/boat-cli/compare/v0.9.1...v0.9.2) - 2026-07-07 + +### Added + +- *(config)* add field selection for table display + +### Other + +- update README diff --git a/Cargo.lock b/Cargo.lock index 9a51236..e748fcf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -111,7 +111,7 @@ checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3" [[package]] name = "boat-cli" -version = "0.9.1" +version = "0.9.2" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 996a22b..3402252 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boat-cli" -version = "0.9.1" +version = "0.9.2" edition = "2024" description = "Basic Opinionated Activity Tracker, a command line interface inspired by bartib" repository = "https://github.com/coko7/boat"