Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
particleflux committed Sep 11, 2022
1 parent 6137f9d commit 1f5681e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## 1.2.0 - 2022-09-11
### Added
- Update grub config on 'clean'

## 1.1.0 - 2018-10-02
### Added
- Unmerge old kernel versions on clean
Expand All @@ -15,5 +19,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Initial version


[Unreleased]: https://github.com/particleflux/k3rn3l/compare/1.1.0...HEAD
[Unreleased]: https://github.com/particleflux/k3rn3l/compare/1.2.0...HEAD
[1.2.0]: https://github.com/particleflux/k3rn3l/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/particleflux/k3rn3l/compare/1.0.0...1.1.0
2 changes: 1 addition & 1 deletion k3rn3l.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# constants
readonly SCRIPT_VERSION="1.1.0"
readonly SCRIPT_VERSION="1.2.0"

# global stuff - those can be overridden via ENV vars
GRUB_CMD=grub-mkconfig
Expand Down

0 comments on commit 1f5681e

Please sign in to comment.