chore: release v0.2.2
Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust <action@git.kemitix.net>
This commit is contained in:
parent
7de9bd7584
commit
c16e3bd151
3 changed files with 54 additions and 2 deletions
45
CHANGELOG.md
Normal file
45
CHANGELOG.md
Normal file
|
@ -0,0 +1,45 @@
|
||||||
|
# Changelog
|
||||||
|
|
||||||
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.2.2](https://git.kemitix.net/kemitix/skip/compare/v0.2.1...v0.2.2) - 2025-01-13
|
||||||
|
|
||||||
|
### Other
|
||||||
|
|
||||||
|
- check for ignored files being included in repo
|
||||||
|
- remove taplo job
|
||||||
|
- remove woodpecker CI usage
|
||||||
|
- upgrade kemitix/rust v3
|
||||||
|
- *(deps)* update https://git.kemitix.net/kemitix/rust action to v2.6.0
|
||||||
|
- *(deps)* update docker.io/rust docker tag to v1.84.0
|
||||||
|
- *(deps)* update https://git.kemitix.net/kemitix/rust action to v2.5.1
|
||||||
|
- *(deps)* update https://git.kemitix.net/kemitix/rust action to v2.5.0
|
||||||
|
- *(deps)* update docker.io/rust docker tag to v1.83.0
|
||||||
|
- *(readme)* remove unfullfilled promise
|
||||||
|
- *(deps)* update kemitix/rust action to v2.4.1
|
||||||
|
- *(deps)* update docker.io/rust docker tag to v1.82.0
|
||||||
|
- *(deps)* update kemitix/rust action to v2.3.0
|
||||||
|
- *(deps)* update kemitix/rust action to v2.2.0
|
||||||
|
- *(deps)* update kemitix/rust action to v2.1.0
|
||||||
|
- run test against Rust nightly
|
||||||
|
- run integration test with same os as it was built
|
||||||
|
- *(deps)* update docker.io/rust docker tag to v1.81.0
|
||||||
|
- update forgejo action to rust 1.80.1
|
||||||
|
- *(deps)* update docker.io/rust docker tag to v1.80.1
|
||||||
|
- *(deps)* update kemitix/rust action to v1
|
||||||
|
- *(deps)* update docker.io/tamasfe/taplo docker tag to v0.9.3
|
||||||
|
- *(deps)* woodpecker update docker.io/rust docker tag to v1.80.0
|
||||||
|
- woodpecker: remove steps migrated to forge actions
|
||||||
|
- add forgejo workflow push-next
|
||||||
|
- *(deps)* update docker.io/tamasfe/taplo docker tag to v0.9.2
|
||||||
|
- *(deps)* update docker.io/rust docker tag to v1.79.0
|
||||||
|
- *(renovate)* update update major and minor version
|
||||||
|
- Update docker.io/rust Docker tag to v1.78 ([#13](https://git.kemitix.net/kemitix/skip/pulls/13))
|
||||||
|
- Update docker.io/rust Docker tag to v1.77 ([#11](https://git.kemitix.net/kemitix/skip/pulls/11))
|
||||||
|
- release/0.2.1 ([#10](https://git.kemitix.net/kemitix/skip/pulls/10))
|
||||||
|
- Version set to 0.2.1 ([#9](https://git.kemitix.net/kemitix/skip/pulls/9))
|
9
Cargo.lock
generated
9
Cargo.lock
generated
|
@ -102,6 +102,12 @@ version = "0.4.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "mutants"
|
||||||
|
version = "0.0.3"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "bc0287524726960e07b119cebd01678f852f147742ae0d925e6a520dca956126"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "proc-macro2"
|
name = "proc-macro2"
|
||||||
version = "1.0.78"
|
version = "1.0.78"
|
||||||
|
@ -122,9 +128,10 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "skip"
|
name = "skip"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
|
"mutants",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "skip"
|
name = "skip"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Paul Campbell <pcampbell@kemitix.net>"]
|
authors = ["Paul Campbell <pcampbell@kemitix.net>"]
|
||||||
categories = ["command-line-utilities"]
|
categories = ["command-line-utilities"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue