Skip to content

Commit

Permalink
documented changes, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrupf committed Apr 16, 2024
1 parent bd1ba39 commit 888d3ee
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 26 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log of Atari Portfolio address file reader
=================================================

Version 0.2.6 / 2024-04-16
--------------------------
- bumped chrono from 0.4.34 to 0.4.38
- bumped ratatui from 0.26.1 to 0.26.2

Version 0.2.5 / 2024-03-02
--------------------------
- bumped rust version to 1.74 for clap 4.5.1, used in rpm packaging
Expand Down
35 changes: 12 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pofo_adr"
description = "command line reader for the Atari Portfolio address file format."
version = "0.2.5"
version = "0.2.6"
authors = ["Simon Rupf <[email protected]>"]
edition = "2021"
license = "GPL-3.0"
Expand All @@ -13,10 +13,10 @@ rust-version = "1.74"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4.37"
chrono = "0.4.38"
codepage-437 = "0.1.0"
crossterm = { version = "=0.27.0", default-features = false, features = ["windows", "events"] } # pin to the version depended on by ratatui
ratatui = { version = "0.26.1", default-features = false, features = ['crossterm'] }
ratatui = { version = "0.26.2", default-features = false, features = ['crossterm'] }

[profile.release]
opt-level = 'z' # Optimize for size.
Expand Down

0 comments on commit 888d3ee

Please sign in to comment.