Skip to content

Commit

Permalink
Update to 4.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Gerace <[email protected]>
  • Loading branch information
nickgerace committed Feb 6, 2023
1 parent 5b8ddcb commit 3307326
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,26 @@ For new changes prior to version 4.0.0, please see [CHANGELOG_PRE_V4](./docs/CHA

## Unreleased

<!-- The latest version contains all changes. -->
The latest version contains all changes.

## 4.3.0 - 2023-02-05

### Added

- Submodule information in the `json` display mode
- Add submodule information to the `json` display mode (i.e. `gfold -d json`)
- This information is not yet accessible in other display modes

### Changed

- Bump dependencies

### Note

- Add demo GIF to README
- Performed significant refactor to reduce the usage of "floating" functions
(i.e. ensure functions are members of unit structs at minimum) as well as
remove reliance on a single generic error enum

## 4.2.0 - 2022-12-21

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/gfold/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "../../README.md"
repository = "https://github.com/nickgerace/gfold/"

edition = "2021"
version = "4.2.0"
version = "4.3.0"

[dependencies]
anyhow = { version = "1.0", features = ["backtrace"] }
Expand Down

0 comments on commit 3307326

Please sign in to comment.