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 13122d1 commit 07c3ee3
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# CHANGELOG

## Calamares Configuration `v0.1.44`
## Calamares Configuration `v0.1.45`

### For Users
- Switch to `lightdm` for *LXQt* installations.

### For Developers

## 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.44 -m "This is version 0.1.44" && git push origin v0.1.44`
- [ ] If there was a mistake and if you want to yank the release, run something like `git tag -d v0.1.44 && git push --delete origin v0.1.44`. 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.45 -m "This is version 0.1.45" && git push origin v0.1.45`
- [ ] If there was a mistake and if you want to yank the release, run something like `git tag -d v0.1.45 && git push --delete origin v0.1.45`. 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 <[email protected], [email protected]>

pkgname=calamares-configuration-git
pkgver=0.1.44
pkgver=0.1.45
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 <[email protected], [email protected]>

pkgname=calamares-configuration-local
pkgver=0.1.44
pkgver=0.1.45
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 <[email protected], [email protected]>

pkgname=calamares-configuration
pkgver=0.1.44
pkgver=0.1.45
pkgrel=1

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

0 comments on commit 07c3ee3

Please sign in to comment.