Skip to content

Commit

Permalink
1.1.0 RC 1
Browse files Browse the repository at this point in the history
  • Loading branch information
flexatone committed Nov 11, 2024
1 parent 96ab0d4 commit 27091af
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 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 = "fetter"
version = "1.0.0"
version = "1.1.0"

edition = "2021"
authors = ["Christopher Ariza"]
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ To run `fetter validate` with `pre-commit`, add the following to your `.pre-comm
```yaml
repos:
- repo: https://github.com/fetter-io/fetter-rs
rev: v1.0.0
rev: v1.1.0
hooks:
- id: fetter-validate
args: [--bound, {FILE}, --superset, --subset]
Expand All @@ -198,7 +198,7 @@ To run `fetter audit` with `pre-commit`, add the following to your `.pre-commit-
```yaml
repos:
- repo: https://github.com/fetter-io/fetter-rs
rev: v1.0.0
rev: v1.1.0
hooks:
- id: fetter-audit
```
Expand Down Expand Up @@ -328,6 +328,10 @@ repos:

## What is New in Fetter

### 1.1.0

Implemented `bound-options` to permit selecting optional dependencies in pyproject.toml files.

### 1.0.0

Implemented home-path display abbreviation with `~`.
Expand All @@ -336,7 +340,7 @@ Handle combining multiple `DepSpec` in producing `DepManifest`.

Added `--pattern` and `--case` options to `audit`.

Added support for creating `DepManifest` from `pyproject.toml`.
Added support for creating `DepManifest` from pyproject.toml.

Permit `DepManifest` to be retrieved from a URL.

Expand Down

0 comments on commit 27091af

Please sign in to comment.