We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49bc178 commit 1840c13Copy full SHA for 1840c13
2 files changed
.github/workflows/release.yml
@@ -1,7 +1,9 @@
1
name: Publish to crates.io
2
on:
3
push:
4
- tags: ['v*'] # Triggers when pushing tags starting with 'v'
+ branches:
5
+ - master
6
+ - main
7
jobs:
8
publish:
9
runs-on: ubuntu-latest
CHANGELOG.md
@@ -2,8 +2,15 @@
## [unreleased]
### Added
+### Changed
+### Removed
+
+## [0.43.0]
+### Added
10
- Docs: add documentation for [`self_update::errors::Error`]
11
### Changed
12
+- Improve `assert_for` logic to prioritize searching by asset name and identifier
13
+ before looking for assets by OS/arch
14
### Removed
15
16
## [0.42.0]
0 commit comments