All notable changes to this project will be documented in this file.
v1.1.0 - 2023-06-27
- Bump Swatinem/rust-cache from 2.4.0 to 2.5.0 (#108)
- Bump Swatinem/rust-cache from 2.3.0 to 2.4.0 (#106)
- Bump lycheeverse/lychee-action from 1.7.0 to 1.8.0 (#105)
- Bump Swatinem/rust-cache from 2.2.1 to 2.3.0 (#104)
v1.0.0 - 2023-05-08
- Add
npm
registry support (#80) - Add
reqwest
crate support (#81) - Add ability to use your own http client (#83)
- Use undefined http client if no other is selected (#89)
- Add
http_client
method forFakeUpdateInformer
(#87)
- Check PR name instead of commits (#85)
- Add example declarations for examples that have required features (#90)
- Add more examples (#88)
- Get rid of
orhun/git-cliff-action
(#78)
- Replace
Option<(&'a str, &'a str)>
withHeaderMap
(#101, #102) - Change trait name
SendRequest
->HttpClient
(#92) - Remove deprecated
FakeUpdateInformer::new
function (#86) - Move current_version to package (#82)
- Remove deprecated function (#79)
- Update directories requirement from 4.0 to 5.0 (#98)
- Update mockito requirement from 0.31 to 0.32 (#91)
- Bump actions/stale from 7 to 8 (#99)
- Bump lycheeverse/lychee-action from 1.6.1 to 1.7.0 (#100)
- Bump Swatinem/rust-cache from 2.2.0 to 2.2.1 (#95)
- Bump lycheeverse/lychee-action from 1.5.4 to 1.6.1 (#94)
- Bump dprint/check from 2.1 to 2.2 (#84)
- Bump actions/stale from 6 to 7 (#76)
v0.6.0 - 2022-12-08
- Support current version (#72)
- Add cargo-sort (#51)
- Add list of users
- Add
dprint
to check formatting (#42) - Add action to check links + ci optimization (#38)
- Bump wagoid/commitlint-github-action from 5.2.2 to 5.3.0 (#71)
- Bump lycheeverse/lychee-action from 1.5.3 to 1.5.4 (#69)
- Bump Swatinem/rust-cache from 2.1.0 to 2.2.0 (#70)
- Bump lycheeverse/lychee-action from 1.5.2 to 1.5.3 (#68)
- Bump lycheeverse/lychee-action from 1.5.1 to 1.5.2 (#64)
- Bump Swatinem/rust-cache from 2.0.1 to 2.1.0 (#67)
- Fix clippy warnings (#66)
- Bump wagoid/commitlint-github-action from 5.2.0 to 5.2.2 (#63)
- Bump Swatinem/rust-cache from 2.0.0 to 2.0.1 (#62)
- Bump wagoid/commitlint-github-action from 5.1.2 to 5.2.0 (#60)
- Replace
actions-rs/toolchain
withdtolnay/rust-toolchain
(#61) - Bump wagoid/commitlint-github-action from 5.0.2 to 5.1.2 (#59)
- Bump actions/stale from 5 to 6 (#58)
- Generate a changelog and update release process (#57)
- Update readme (#56)
- Bump lycheeverse/lychee-action from 1.5.0 to 1.5.1 (#55)
- Bump Swatinem/rust-cache from 1.4.0 to 2.0.0 (#53)
- Bump dprint/check from 2.0 to 2.1 (#54)
- Bump wagoid/commitlint-github-action from 5.0.1 to 5.0.2 (#52)
- Bump wagoid/commitlint-github-action from 4.1.11 to 5.0.1 (#50)
- Bump lycheeverse/lychee-action from 1.4.1 to 1.5.0 (#48)
- Bump actions/stale from 4 to 5 (#45)
- Bump Swatinem/rust-cache from 1.3.0 to 1.4.0 (#44)
- Bump wagoid/commitlint-github-action from 4.1.10 to 4.1.11 (#43)
- Bump codecov/codecov-action from 2.1.0 to 3 (#41)
- Bump actions-rs/toolchain from 1.0.6 to 1.0.7 (#39)
- Bump wagoid/commitlint-github-action from 4.1.9 to 4.1.10 (#40)
v0.5.0 - 2022-03-24
- Bump actions/cache from 2 to 3 (#36)
- Update
stale
action schedule - Update mockito requirement from 0.30.0 to 0.31.0 (#32)
- Bump actions/checkout from 1 to 3 (#31)
- Bump wagoid/commitlint-github-action from 2 to 4.1.9 (#29)
- Bump codecov/codecov-action from 1 to 2.1.0 (#30)
- Update dependabot config
- Update
stale
schedule - Update
stale
schedule (#35) - Update
stale
action schedule (#34)
v0.4.0 - 2022-02-21
- Add ability to not use cache files (#27)
v0.3.0 - 2022-02-19
- Add cargo features (#26)
- Add configurable request timeout and interval (#24)
- Add open collective
- Add more examples (#23)
- Add logo (#19)
- Better cache directory naming scheme (#21)
- PyPI support (#16)
- Update readme
- Set up code coverage (#15)
v0.2.0 - 2022-01-05
- Add
UpdateInformer
andFakeUpdateInformer
structs for convenient use (#14)