Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 0.2.0 (2026-01-18)

### Breaking Changes

- only print URl after creating Issue/PR for better scriptibility

### Features

- add interactive selection to pr-checkout. Activates when no PR number is provided as a CLI argument
- add interactive selection to issue-list and pr-list (via --interactive flag)
- add query support to issue-list and pr-list subcommands
- add --releases flag to browse subcommand
- add --fill flags for pr-create

---

Full Changelog: [v0.1.0...v0.2.0](https://github.com/Leleat/git-forge/compare/v0.1.0...v0.2.0)

## 0.1.0 (2026-01-09)

### Features
Expand All @@ -9,5 +27,3 @@
---

Full Changelog: [6bcbb00b768e1cde03375f4493010746f9bef7a7...v0.1.0](https://github.com/Leleat/git-forge/compare/6bcbb00b768e1cde03375f4493010746f9bef7a7...v0.1.0)


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 = "git-forge"
version = "0.1.0"
version = "0.2.0"
edition = "2024"
description = "Tool for basic interactions with git forges"
readme = "README.md"
Expand Down