Skip to content
Closed
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
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 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.1.7](https://github.com/zhanba/pji/compare/v0.1.6...v0.1.7) - 2025-12-13

### Added

- Add initial development and publishing instructions to dev.md
- Add deduplication method to PjiMetadata and clean up duplicates before scanning

### Fixed

- Enhance repo selection display by showing full paths for duplicates

### Other

- Add release-plz workflow for automated releases and PRs
- Update dependencies to latest versions
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 = "pji"
version = "0.1.6"
version = "0.1.7"
edition = "2021"
authors = ["zhanba c5e1856@gmail.com"]
description = "A CLI for managing, finding, and opening Git repositories."
Expand Down