Skip to content

Commit

Permalink
Release v0.1.11
Browse files Browse the repository at this point in the history
While we're at it, backfill the changelog with 0.1.10.
  • Loading branch information
jmgao committed Feb 16, 2024
1 parent 92b1caa commit 46d9d87
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
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 = "pore"
version = "0.1.10"
version = "0.1.11"
authors = ["Josh Gao <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
15 changes: 15 additions & 0 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ versions:
- number: "unreleased"
date: ""
changes:
- None so far!
- number: 0.1.11
date: "2024-02-16"
changes:
- Security update for libgit2.
- Implement support for manifest <extend-project>.
- Make `pore start` more repo compatible.
- Add a stub repo/main.py so `repo` can run pore.
- number: 0.1.10
date: "2023-11-07"
changes:
- Support `pore status -q` to suppress all output except dirty project list.
- Report number of dirty projects via exit code for `pore status`.
- Support `pore start --revision=<rev>`
- Fix `pore manifest` output to include project name.
- Perform `git lfs pull` after sync.
- Partially fix checking out from a manifest tag.
- number: 0.1.8
Expand Down

0 comments on commit 46d9d87

Please sign in to comment.