Skip to content

Commit

Permalink
fix!: Rename Encoded to Decoded
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Sep 3, 2021
1 parent 131db94 commit 4910e60
Show file tree
Hide file tree
Showing 8 changed files with 408 additions and 398 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

#### Breaking Changes

- Fixed the naming of `Encoded` to `Decoded`

## [0.2.5] - 2021-08-24

- Improve panic message
Expand Down
4 changes: 2 additions & 2 deletions crates/harness/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use std::io::Write;

pub use toml_test::encoded::Encoded;
pub use toml_test::encoded::EncodedValue;
pub use toml_test::decoded::Decoded;
pub use toml_test::decoded::DecodedValue;
pub use toml_test::verify::Decoder;
pub use toml_test::verify::Encoder;
pub use toml_test::Error;
Expand Down
Loading

0 comments on commit 4910e60

Please sign in to comment.