Skip to content

Commit

Permalink
prepare version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Aug 31, 2022
1 parent fda4d5e commit dbbe185
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.0.3] - 2022-08-30

### Added

- This crate is now compatible with no-std ([#2]). Thanks [Finomnis] for your first contribution!

[#2]: https://github.com/sunshowers-code/debug-ignore/pull/2
[Finomnis]: https://github.com/Finomnis

## [1.0.2] - 2022-03-17

### Added
Expand Down
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
[package]
name = "debug-ignore"
description = "A newtype wrapper that causes a field to be skipped while printing out Debug output."
version = "1.0.2"
version = "1.0.3"
license = "MIT OR Apache-2.0"
repository = "https://github.com/sunshowers-code/debug-ignore"
documentation = "https://docs.rs/debug-ignore"
keywords = ["no-std"]

[dependencies]
serde = { version = "1", optional = true, default-features = false, features = ["derive"] }
serde = { version = "1", optional = true, default-features = false, features = [
"derive",
] }

[dev-dependencies]
serde_json = "1"
Expand Down

0 comments on commit dbbe185

Please sign in to comment.