Skip to content

Commit

Permalink
Merge pull request #99 from agateau/prep-release
Browse files Browse the repository at this point in the history
Prepare 0.3.1
  • Loading branch information
agateau authored Sep 7, 2022
2 parents 921063b + c919ccd commit 5f45461
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 16 deletions.
13 changes: 13 additions & 0 deletions .changes/0.3.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## 0.3.1 - 2022-09-07

### Changed

- `clydetools add-assets` and `clydetools fetch` no longer download more than one URL per arch-os.

### Fixed

- `clyde show -l <package>` now works even for packages installed from outside the store.

- When `clydetools` writes package files, it no longer writes `strip: 0`.

- Unpacking of single-file executables compressed with xz now works as expected.
4 changes: 0 additions & 4 deletions .changes/unreleased/Changed-20220906-232423.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Fixed-20220903-120923.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20220903-121049.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20220907-082710.yaml

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.3.1 - 2022-09-07

### Changed

- `clydetools add-assets` and `clydetools fetch` no longer download more than one URL per arch-os.

### Fixed

- `clyde show -l <package>` now works even for packages installed from outside the store.

- When `clydetools` writes package files, it no longer writes `strip: 0`.

- Unpacking of single-file executables compressed with xz now works as expected.

## 0.3.0 - 2022-08-28

### Added
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 = "clyde"
version = "0.3.1-alpha.1"
version = "0.3.1"
authors = ["Aurélien Gâteau <[email protected]>"]
edition = "2021"
description = "A cross-platform package manager for prebuilt applications"
Expand Down

0 comments on commit 5f45461

Please sign in to comment.