Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Jan 24, 2024
1 parent 62c837b commit db263eb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

## [Unreleased] - ReleaseDate

### Added

### Changed

### Removed



## [0.2.0] - 2024-01-24

### Added
- marked as no_std

Expand All @@ -29,6 +39,7 @@
- Initial release

<!-- next-url -->
[Unreleased]: https://github.com/pluots/cfg_block/compare/v0.1.1...HEAD
[Unreleased]: https://github.com/pluots/cfg_block/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/pluots/cfg_block/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/pluots/cfg_block/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/pluots/cfg_block/tree/v0.1.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cfg_block"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
authors = ["Trevor Gross <[email protected]>"]
description = "Simple crate to allow using #[cfg(...)] and other macros on blocks"
Expand Down

0 comments on commit db263eb

Please sign in to comment.