Skip to content

Commit

Permalink
chore: update version to 0.4.2 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
neoki07 authored Jul 3, 2024
1 parent 2479265 commit 94f4903
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.4.2 (Jul 3, 2024)

- Aborts when interrupts occur
- Change how to get the local branch from the remote branch
- Implement error handling

## 0.4.1 (May 13, 2024)

- Change repository URL

## 0.4.0 (May 12, 2024)

- Change crate name to `gibra`
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 = "gibra"
version = "0.4.1"
version = "0.4.2"
edition = "2021"
license-file = "LICENSE"
description = "A command-line tool for simplified git branch checkout."
Expand Down

0 comments on commit 94f4903

Please sign in to comment.