Skip to content

Commit b279f79

Browse files
committed
release 0.43.0
1 parent 49bc178 commit b279f79

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.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]

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "self_update"
3-
version = "0.42.0"
3+
version = "0.43.0"
44
description = "Self updates for standalone executables"
55
repository = "https://github.com/jaemk/self_update"
66
keywords = ["update", "upgrade", "download", "release"]

0 commit comments

Comments
 (0)