Skip to content

Commit

Permalink
Release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed Oct 1, 2022
1 parent 8d5a8cb commit b8ba220
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## v1.2.1

> 2022-10-01
## Summary

Minor patch release with a single bug fix, with mostly behind the scenes package
updates and upgrades.

### Commits
- [[`8d5a8cb`](https://github.com/sondr3/git-ignore)] Upgrade dependencies, clap to v4
- [[`214f364`](https://github.com/sondr3/git-ignore)] Move to dtolnay/rust-toolchain for CI
- [[`7e366f4`](https://github.com/sondr3/git-ignore)] Remove dependabot crates updates, upgrade packages
- [[`46cc220`](https://github.com/sondr3/git-ignore)] Upgrade packages
- [[`58a2ab8`](https://github.com/sondr3/git-ignore)] Upgrade packages
- [[`8b0b4e0`](https://github.com/sondr3/git-ignore)] And release CI copying wrong assets
- [[`f5d295e`](https://github.com/sondr3/git-ignore)] Add git-ignore AUR package
- [[`e1c3c78`](https://github.com/sondr3/git-ignore)] Update CI versions
- [[`79b10e5`](https://github.com/sondr3/git-ignore)] Add clap_mangen to build man pages, update build.rs
- [[`40e8d11`](https://github.com/sondr3/git-ignore)] Update packages, fix deprecations
- [[`684c360`](https://github.com/sondr3/git-ignore)] Add dependabot for GitHub Actions, Rust packages
- [[`25bb013`](https://github.com/sondr3/git-ignore)] Fix wrong extension for Zig
- [[`6e1d4e0`](https://github.com/sondr3/git-ignore)] Mention @sestrella in CHANGELOG [ci skip]
- [[`584325b`](https://github.com/sondr3/git-ignore)] Unfuck publish pipeline
- [[`df3ff6a`](https://github.com/sondr3/git-ignore)] Fix the release action, whoops

## 1.2.0

> 2021-12-05
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "GPL-3.0-or-later"
name = "git-ignore-generator"
readme = "README.md"
repository = "https://github.com/sondr3/git-ignore"
version = "1.2.0"
version = "1.2.1"

[[bin]]
name = "git-ignore"
Expand Down

0 comments on commit b8ba220

Please sign in to comment.