Skip to content

Commit

Permalink
chore: 🔖 Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pvshvp-oss committed Jul 25, 2024
1 parent cdcc293 commit dffc421
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## Calamares Configuration `v0.1.42`
## Calamares Configuration `v0.1.43`

### For Users
- Add bootloader choice screen and support for systemd-boot, and refind.
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@

- [ ] Commit and push all changes through git, for example `git commit -m "Some message" && git push`

- [ ] Create and push a tag, for example `git tag -s -a v0.1.42 -m "This is version 0.1.42" && git push origin v0.1.42`
- [ ] If there was a mistake and if you want to yank the release, run something like `git tag -d v0.1.42 && git push --delete origin v0.1.42`. Then the errors can be fixed and the previous step can be repeated to create a new tag.
- [ ] Create and push a tag, for example `git tag -s -a v0.1.43 -m "This is version 0.1.43" && git push origin v0.1.43`
- [ ] If there was a mistake and if you want to yank the release, run something like `git tag -d v0.1.43 && git push --delete origin v0.1.43`. Then the errors can be fixed and the previous step can be repeated to create a new tag.
2 changes: 1 addition & 1 deletion packaging/calamares-configuration-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# 1. shivanandvp <shivanandvp@rebornos.org, pvshvp.oss@gmail.com>

pkgname=calamares-configuration-git
pkgver=0.1.42
pkgver=0.1.43
pkgrel=1

arch=('i686' 'x86_64' 'armv6h' 'armv7h')
Expand Down
2 changes: 1 addition & 1 deletion packaging/calamares-configuration-local/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# 1. shivanandvp <shivanandvp@rebornos.org, pvshvp.oss@gmail.com>

pkgname=calamares-configuration-local
pkgver=0.1.42
pkgver=0.1.43
pkgrel=1

arch=('i686' 'x86_64' 'armv6h' 'armv7h')
Expand Down
2 changes: 1 addition & 1 deletion packaging/calamares-configuration/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# 1. shivanandvp <shivanandvp@rebornos.org, pvshvp.oss@gmail.com>

pkgname=calamares-configuration
pkgver=0.1.42
pkgver=0.1.43
pkgrel=1

arch=('i686' 'x86_64' 'armv6h' 'armv7h')
Expand Down

0 comments on commit dffc421

Please sign in to comment.