Skip to content

Commit

Permalink
fixup! WIP: Prepare changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasbeyer committed Feb 1, 2024
1 parent d7a9178 commit 229d687
Showing 1 changed file with 23 additions and 22 deletions.
45 changes: 23 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
This is a maintenance release, mostly to get some dependency updates out, but
also with some fixes and changes that have piled up over a rather long time.

- [#348] matthiasbeyer/fix-workflows
- [#350] mehcode/dependabot/github_actions/actions/checkout-3.0.2
- [#353] kesyog/kyogeswaran/deserialize-uints
- [#354] YounessBird/fix-uppercase-lowercase-isses
- [#356] YounessBird/refactoring-de.rs
- [#359] matthiasbeyer/add-test-deser-unsigned-ints
- [#360] matthiasbeyer/test-unsigned-int-in-hashmap
- [#362] matthiasbeyer/clippy-on-msrv
- [#363] matthiasbeyer/port-changelog
- [#367] mehcode/dependabot/cargo/ron-0.8
- [#373] matthiasbeyer/update-notify
- [#374] BratSinot/de_integer_fixme
- [#375] mehcode/dependabot/cargo/temp-env-0.3.0
- [#378] mehcode/dependabot/cargo/warp-eq-0.3.3
- [#379] JunichiSugiura/clonable-builder-state
- [#381] da-x/convert-case
- [#382] mehcode/dependabot/github_actions/actions/checkout-3.1.0
- [#388] DavidSouther/master
- [#389] matthiasbeyer/update-msrv
- [#392] matthiasbeyer/add-static-env-example
- [#393] matthiasbeyer/more-clippy-fixes
- [#395] matthiasbeyer/fix-tests-chrono
- [#396] matthiasbeyer/replace-actions-rs
Expand Down Expand Up @@ -86,19 +66,31 @@ also with some fixes and changes that have piled up over a rather long time.

- [#100] `file::source::FileSource` is exposed now
- [#318] Add Value::origin()
- [#379] Add clone to builder state types
- [#381] env: add a 'convert_case' field to ease dealing with kebab-case

### Fixes

- [#306] fix: dot in config name
- [#334] errors: clarify names of integer types
- [#343] fix yaml to parse int keys

- [#353] Use TryInto for more permissive deserialization for integers
- [#354] Fix uppercase lowercase isses
- [#374] Fix FIXME in de.rs and value.rs

### Dependency updates

- [#271] Update to warp 0.3.2
- [#271] Update warp requirement from =0.3.1 to =0.3.2
- [#316] test: Adopt test-env to fix random test failure
- [#335] Update MSRV: 1.56.0 -> 1.56.1
- [#350] Bump actions/checkout from 2.4.0 to 3.0.2
- [#367] Update ron requirement from 0.7 to 0.8
- [#373] Update notify (4.0.0 -> 5.0.0)
- [#375] Update temp-env requirement from 0.2.0 to 0.3.0
- [#378] Update warp requirement from =0.3.2 to =0.3.3
- [#382] Bump actions/checkout from 3.0.2 to 3.1.0
- [#389] Update MSRV: 1.56.1 -> 1.59.0


#### Misc

Expand All @@ -108,6 +100,15 @@ also with some fixes and changes that have piled up over a rather long time.
- [#299] docs(builder): fix typo in doc comment
- [#344] Fix clippy: Derive Eq as well
- [#347] Fix clippy: use first() instead of get(0)
- [#348] actions: Remove "minimal" setting, as workflow does not support this key
- [#356] refactoring deserialize-any in config
- [#359] Add test to deserialize unsigned int
- [#360] Duplicate test for type conversion with unsigned int
- [#362] Run clippy only on MSRV
- [#363] Backport CHANGELOG entry for 0.13.2
- [#388] Add documentation to File required setter
- [#392] Add simple example using lazy_static


[#100]: https://github.com/mehcode/config-rs/pull/100
[#188]: https://github.com/mehcode/config-rs/pull/188
Expand Down

0 comments on commit 229d687

Please sign in to comment.