diff --git a/CHANGELOG.md b/CHANGELOG.md index 46eb784f45..79998586c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # CHANGELOG +## Calamares Core `v3.3.9_001` + +### For Users + +- Update the installer from upstream, bringing new features and bug-fixes. + +### For Developers + +NA + ## Calamares Core `v3.3.8_002` ### For Users diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 166fe17e56..556cc58031 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,8 +15,8 @@ - [ ] 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 -a v3.3.8_002 -m "This is version v3.3.8_002" && git push origin v3.3.8_002` -- [ ] If there was a mistake and if you want to yank the release, run something like `git tag -d v3.3.8_002 && git push --delete origin v3.3.8_002`. 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 -a v3.3.9_001 -m "This is version v3.3.9_001" && git push origin v3.3.9_001` +- [ ] If there was a mistake and if you want to yank the release, run something like `git tag -d v3.3.9_001 && git push --delete origin v3.3.9_001`. Then the errors can be fixed and the previous step can be repeated to create a new tag. # Contributing to Calamares diff --git a/packaging/calamares-core-git/PKGBUILD b/packaging/calamares-core-git/PKGBUILD index 1fb232bb6b..92e4b865cf 100644 --- a/packaging/calamares-core-git/PKGBUILD +++ b/packaging/calamares-core-git/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: shivanandvp pkgname=calamares-core-git -pkgver=3.3.8_002 +pkgver=3.3.9_001 pkgrel=1 arch=('x86_64' 'aarch64') diff --git a/packaging/calamares-core-local/PKGBUILD b/packaging/calamares-core-local/PKGBUILD index a06d14db49..910d9e1806 100644 --- a/packaging/calamares-core-local/PKGBUILD +++ b/packaging/calamares-core-local/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: shivanandvp pkgname=calamares-core-local -pkgver=3.3.8_002 +pkgver=3.3.9_001 pkgrel=1 arch=('x86_64' 'aarch64') diff --git a/packaging/calamares-core/PKGBUILD b/packaging/calamares-core/PKGBUILD index cbea90f38d..73385f4301 100644 --- a/packaging/calamares-core/PKGBUILD +++ b/packaging/calamares-core/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: shivanandvp pkgname=calamares-core -pkgver=3.3.8_002 +pkgver=3.3.9_001 pkgrel=1 arch=('x86_64' 'aarch64')