diff --git a/CHANGELOG.md b/CHANGELOG.md index bee9693..7c4a18b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a1db8e7..a37e27e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. \ No newline at end of file +- [ ] 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. \ No newline at end of file diff --git a/packaging/calamares-configuration-git/PKGBUILD b/packaging/calamares-configuration-git/PKGBUILD index bf654ca..14622af 100644 --- a/packaging/calamares-configuration-git/PKGBUILD +++ b/packaging/calamares-configuration-git/PKGBUILD @@ -2,7 +2,7 @@ # 1. shivanandvp pkgname=calamares-configuration-git -pkgver=0.1.44 +pkgver=0.1.45 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h') diff --git a/packaging/calamares-configuration-local/PKGBUILD b/packaging/calamares-configuration-local/PKGBUILD index b4abc35..69134ab 100644 --- a/packaging/calamares-configuration-local/PKGBUILD +++ b/packaging/calamares-configuration-local/PKGBUILD @@ -2,7 +2,7 @@ # 1. shivanandvp pkgname=calamares-configuration-local -pkgver=0.1.44 +pkgver=0.1.45 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h') diff --git a/packaging/calamares-configuration/PKGBUILD b/packaging/calamares-configuration/PKGBUILD index be69286..47f33fd 100644 --- a/packaging/calamares-configuration/PKGBUILD +++ b/packaging/calamares-configuration/PKGBUILD @@ -2,7 +2,7 @@ # 1. shivanandvp pkgname=calamares-configuration -pkgver=0.1.44 +pkgver=0.1.45 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h')