Skip to content

Commit 16b2855

Browse files
committed
Update version
1 parent cb01aef commit 16b2855

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [v0.9.3] - 2025-10-17
8+
9+
### Changed
10+
11+
- Updated dependencies
12+
- There is no longer an edit mode for the habit list table, instead entries can be edited immediately without pressing enter.
13+
14+
## [v0.9.2] - 2025-03-30
15+
16+
### Changed
17+
18+
- Switched from `structopt` to `clap` for command-line parsing.
19+
- Updated dependencies
20+
721
## [v0.9.1] - 2024-03-24
822

923
### Changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "genee"
3-
version = "0.9.2"
3+
version = "0.9.3"
44
authors = ["Lőrinc Serfőző <[email protected]>"]
55
edition = "2024"
66
default-run = "genee"

0 commit comments

Comments
 (0)