Skip to content

Commit

Permalink
prep for 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
seapagan committed Oct 11, 2024
1 parent 3082383 commit 3c648f1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,23 @@ project since the first release, with the latest changes at the top.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.1.0](https://github.com/seapagan/bundle-repo/releases/tag/0.1.0) (October 04, 2024)
## [0.2.0](https://github.com/seapagan/bundle-repo/releases/tag/0.2.0) (October 11, 2024)

**New Features**

- Allow checking out a specific branch for a remote git repo ([#13](https://github.com/seapagan/bundle-repo/pull/13)) by [seapagan](https://github.com/seapagan)
- Display the branch name for detected local git repo ([#12](https://github.com/seapagan/bundle-repo/pull/12)) by [seapagan](https://github.com/seapagan)
- Add optional line numbers to all files ([#10](https://github.com/seapagan/bundle-repo/pull/10)) by [seapagan](https://github.com/seapagan)

**Dependency Updates**

- Update Rust crate clap to v4.5.20 ([#11](https://github.com/seapagan/bundle-repo/pull/11)) by [renovate[bot]](https://github.com/apps/renovate)
- Update Rust crate clap to v4.5.19 ([#7](https://github.com/seapagan/bundle-repo/pull/7)) by [renovate[bot]](https://github.com/apps/renovate)
- Configure Renovate ([#6](https://github.com/seapagan/bundle-repo/pull/6)) by [renovate[bot]](https://github.com/apps/renovate)

[`Full Changelog`](https://github.com/seapagan/bundle-repo/compare/0.1.0...0.2.0) | [`Diff`](https://github.com/seapagan/bundle-repo/compare/0.1.0...0.2.0.diff) | [`Patch`](https://github.com/seapagan/bundle-repo/compare/0.1.0...0.2.0.patch)

## [0.1.0](https://github.com/seapagan/bundle-repo/releases/tag/0.1.0) (October 05, 2024)

Initial public release of the project.

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 = "bundle_repo"
version = "0.1.0"
version = "0.2.0"
description = "Pack a local or remote Git Repository to XML for LLM Consumption."
readme = "README.md"
edition = "2021"
Expand Down

0 comments on commit 3c648f1

Please sign in to comment.