Skip to content

Commit bdb94a0

Browse files
authored
chore(release): v1.2.0 (#159)
1 parent 30f0233 commit bdb94a0

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

CHANGELOG.md

+45
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,51 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [v1.2.0](https://github.com/mgrachev/update-informer/releases/tag/v1.2.0) - 2024-12-25
6+
7+
### Fixes
8+
9+
- Use etcetera instead of directories ([#152](https://github.com/mgrachev/update-informer/pull/152))
10+
11+
### CI
12+
13+
- Rollback codecov to v3 ([#127](https://github.com/mgrachev/update-informer/pull/127))
14+
15+
### Documentation
16+
17+
- Add `fzf-make` as user in README ([#153](https://github.com/mgrachev/update-informer/pull/153))
18+
- Documented `UpdateInformer` usage that doesn't create cache file ([#146](https://github.com/mgrachev/update-informer/pull/146))
19+
20+
### Miscellaneous Tasks
21+
22+
- Fix CI and linter warnings ([#155](https://github.com/mgrachev/update-informer/pull/155))
23+
- Remove stale action ([#154](https://github.com/mgrachev/update-informer/pull/154))
24+
- Made Cargo.toml and readme less CLI-centric ([#145](https://github.com/mgrachev/update-informer/pull/145))
25+
- Direct docs.rs via Cargo.toml to document all registries ([#144](https://github.com/mgrachev/update-informer/pull/144))
26+
- Update link ([#140](https://github.com/mgrachev/update-informer/pull/140))
27+
- Update reqwest requirement from 0.11 to 0.12 ([#137](https://github.com/mgrachev/update-informer/pull/137))
28+
- Add `fselect` as user in README ([#125](https://github.com/mgrachev/update-informer/pull/125))
29+
30+
### Update dependencies
31+
32+
- Bump lycheeverse/lychee-action from 2.0.2 to 2.2.0 ([#157](https://github.com/mgrachev/update-informer/pull/157))
33+
- Bump lycheeverse/lychee-action from 1.10.0 to 2.0.2 ([#151](https://github.com/mgrachev/update-informer/pull/151))
34+
- Bump Swatinem/rust-cache from 2.7.3 to 2.7.5 ([#150](https://github.com/mgrachev/update-informer/pull/150))
35+
- Bump lycheeverse/lychee-action from 1.9.3 to 1.10.0 ([#139](https://github.com/mgrachev/update-informer/pull/139))
36+
- Bump lycheeverse/lychee-action from 1.9.2 to 1.9.3 ([#133](https://github.com/mgrachev/update-informer/pull/133))
37+
- Bump softprops/action-gh-release from 1 to 2 ([#136](https://github.com/mgrachev/update-informer/pull/136))
38+
- Bump codecov/codecov-action from 3 to 4 ([#134](https://github.com/mgrachev/update-informer/pull/134))
39+
- Bump lycheeverse/lychee-action from 1.9.1 to 1.9.2 ([#132](https://github.com/mgrachev/update-informer/pull/132))
40+
- Bump Swatinem/rust-cache from 2.7.2 to 2.7.3 ([#131](https://github.com/mgrachev/update-informer/pull/131))
41+
- Bump Swatinem/rust-cache from 2.7.1 to 2.7.2 ([#130](https://github.com/mgrachev/update-informer/pull/130))
42+
- Bump lycheeverse/lychee-action from 1.9.0 to 1.9.1 ([#129](https://github.com/mgrachev/update-informer/pull/129))
43+
- Bump lycheeverse/lychee-action from 1.8.0 to 1.9.0 ([#128](https://github.com/mgrachev/update-informer/pull/128))
44+
- Bump actions/stale from 8 to 9 ([#126](https://github.com/mgrachev/update-informer/pull/126))
45+
- Bump Swatinem/rust-cache from 2.5.1 to 2.7.1 ([#124](https://github.com/mgrachev/update-informer/pull/124))
46+
- Bump codecov/codecov-action from 3 to 4 ([#122](https://github.com/mgrachev/update-informer/pull/122))
47+
- Bump actions/checkout from 3 to 4 ([#120](https://github.com/mgrachev/update-informer/pull/120))
48+
- Bump Swatinem/rust-cache from 2.5.0 to 2.5.1 ([#116](https://github.com/mgrachev/update-informer/pull/116))
49+
550
## [v1.1.0](https://github.com/mgrachev/update-informer/releases/tag/v1.1.0) - 2023-06-27
651

752
### Features

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "update-informer"
3-
version = "1.1.0" # managed by release.sh
3+
version = "1.2.0" # managed by release.sh
44
authors = ["Mikhail Grachev <[email protected]>"]
55
categories = ["web-programming", "caching"]
66
documentation = "https://docs.rs/update-informer"

0 commit comments

Comments
 (0)