Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
benpueschel committed Sep 5, 2024
1 parent e8f57fe commit b79ca2a
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@ 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).

## [2.1.0](https://github.com/benpueschel/gritty/compare/2.0.1..2.1.0) - 2024-09-05

### 🚀 Features

- Add `gritty remote add` command

### 📚 Documentation

- Add `gritty remote add` command

### ⚙️ Miscellaneous Tasks

- Use sccache for release-plz
- Manually trigger release artifacts
- *(release-plz)* Use private access token
- *(rust)* Only run if code changed
- *(release)* Remove manual trigger

### Build

- *(deps)* Bump quinn-proto from 0.11.6 to 0.11.8
- Update gritty-clap

<!-- generated by git-cliff -->
## [2.0.1](https://github.com/benpueschel/gritty/compare/1.0.1..2.0.1) - 2024-09-03

### 📚 Documentation
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
@@ -1,6 +1,6 @@
[package]
name = "gritty"
version = "2.0.1"
version = "2.1.0"
edition = "2021"
description = "A command line tool to manage your remote repositories on GitHub, GitLab and Gitea remotes"
repository = "https://github.com/benpueschel/gritty"
Expand Down

0 comments on commit b79ca2a

Please sign in to comment.