Skip to content

Commit

Permalink
abscissa_core v0.8.1 (#933)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-iqlusion authored Oct 15, 2024
1 parent ffb83bd commit 0617102
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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).

## [0.8.1] (2024-10-15)
### Fixed
- Path to README.md for `abscissa_core` ([#932])

## [0.8.0] (2024-10-15)
### Added
- `Application::boot_with_args` ([#805])
Expand Down Expand Up @@ -563,6 +567,9 @@ impl std::error::Error for Error {

- Initial release

[0.8.1]: https://github.com/iqlusioninc/abscissa/pull/933
[#932]: https://github.com/iqlusioninc/abscissa/pull/932

[0.8.0]: https://github.com/iqlusioninc/abscissa/pull/930
[#805]: https://github.com/iqlusioninc/abscissa/pull/805
[#856]: https://github.com/iqlusioninc/abscissa/pull/856
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 core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Application microframework with support for command-line option parsing,
configuration, error handling, logging, and terminal interactions.
This crate contains the framework's core functionality.
"""
version = "0.8.0"
version = "0.8.1"
license = "Apache-2.0"
authors = ["Tony Arcieri <[email protected]>"]
homepage = "https://github.com/iqlusioninc/abscissa/"
Expand Down

0 comments on commit 0617102

Please sign in to comment.