Skip to content

Commit 03db161

Browse files
Merge pull request #11 from wcampbell0x2a/updates
v0.4.0 Updates
2 parents 7f3ebff + 7fc532a commit 03db161

File tree

6 files changed

+164
-115
lines changed

6 files changed

+164
-115
lines changed

.github/workflows/binaries.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ jobs:
4545
file: ${{ matrix.bins }}-${{ matrix.targets }}.tar.gz
4646
asset_name: ${{ matrix.bins }}-${{ matrix.targets }}.tar.gz
4747
tag: ${{ github.ref }}
48+
prerelease: true
4849
overwrite: true

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.4.0] - 02-02-2023
10+
- Update example usage of `spare-registry` in readme to latest stabilized config
11+
- Fix path of crates of filename length 3
12+
- Add example `config.json` to README
13+
914
## [0.3.0] - 12-30-2022
1015
- Deprecate need for `cargo vendor`, instead resolving depends from Cargo.toml files ourself using `guppy`.
1116

0 commit comments

Comments
 (0)