Skip to content

Commit

Permalink
v0.8.2 (#964)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-iqlusion authored Jan 28, 2025
1 parent ba45061 commit a359381
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.2] (2025-01-28)
### Fixed
- Print all status messages to stderr ([#959])
- Un-`pub` some statics that don't have to be pub to fix build under `deny(warnings)` ([#960])
- Add `allow()` for const impl pattern that causes false positives in a rustc lint in derive macros ([#960])

## [0.8.1] (2024-10-15)
### Fixed
- Path to README.md for `abscissa_core` ([#932])
Expand Down Expand Up @@ -567,6 +573,10 @@ impl std::error::Error for Error {

- Initial release

[0.8.2]: https://github.com/iqlusioninc/abscissa/pull/964
[#959]: https://github.com/iqlusioninc/abscissa/pull/959
[#960]: https://github.com/iqlusioninc/abscissa/pull/960

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

Expand Down
4 changes: 2 additions & 2 deletions 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.1"
version = "0.8.2"
license = "Apache-2.0"
authors = ["Tony Arcieri <[email protected]>"]
homepage = "https://github.com/iqlusioninc/abscissa/"
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "abscissa_derive"
description = "Custom derive support for the abscissa application microframework"
version = "0.8.0"
version = "0.8.2"
license = "Apache-2.0"
authors = ["Tony Arcieri <[email protected]>"]
homepage = "https://github.com/iqlusioninc/abscissa"
Expand Down

0 comments on commit a359381

Please sign in to comment.