Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Format CHANGELOG with prettier
  • Loading branch information
webmaster128 committed Nov 25, 2022
commit 1248a066e0c1d360ef9c7babac562d054be35ab0
6 changes: 4 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ root = true

[*]
indent_style = space
indent_size = 4
end_of_line = lf
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.rs]
indent_size = 4
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ project adheres to [Semantic Versioning](http://semver.org/).
## [0.4.1] - 2022-05-05

### Changed

- Properly serialize `u128`/`i128` types when embedded in structs

## [0.4.0] - 2022-03-29

### Added

- Add support for `#[serde(untagged)]` enums representation

## [0.3.1] - 2021-01-19
Expand All @@ -26,6 +28,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
### Changed

Maintenance release:

- Update clippy version in CI to 1.49.0.
- Fix `clippy::manual-non-exhaustive` warnings.

Expand Down