Skip to content

Commit 1840c13

Browse files
committed
release 0.43.0
1 parent 49bc178 commit 1840c13

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Publish to crates.io
22
on:
33
push:
4-
tags: ['v*'] # Triggers when pushing tags starting with 'v'
4+
branches:
5+
- master
6+
- main
57
jobs:
68
publish:
79
runs-on: ubuntu-latest

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@
22

33
## [unreleased]
44
### Added
5+
### Changed
6+
### Removed
7+
8+
## [0.43.0]
9+
### Added
510
- Docs: add documentation for [`self_update::errors::Error`]
611
### Changed
12+
- Improve `assert_for` logic to prioritize searching by asset name and identifier
13+
before looking for assets by OS/arch
714
### Removed
815

916
## [0.42.0]

0 commit comments

Comments
 (0)