Skip to content

Commit 7dbd546

Browse files
committed
bump version and add changelog
1 parent e6e78ac commit 7dbd546

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines 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 = "rfm-bin" # someone else already registered rfm as a crate-name :S
3-
version = "0.2.11"
3+
version = "0.3.0"
44
edition = "2021"
55
authors = ["Christian Hammermeister <[email protected]>"]
66
description = "A super fast file-manager written in rust"

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# 0.3.0
2+
3+
- fix incorrect display width of exotic unicode characters
4+
- add general config-file `config.toml`
5+
- move color config to general config
6+
- add input parameter for startup path

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# Define the rfm package
2828
rfm = pkgs.rustPlatform.buildRustPackage {
2929
pname = "rfm";
30-
version = "0.2.11";
30+
version = "0.3.0";
3131
src = ./.;
3232
cargoLock = {
3333
lockFile = ./Cargo.lock;

0 commit comments

Comments
 (0)