Skip to content

Commit

Permalink
Bump version to 0.2.2, add changelog notes
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilionus committed May 2, 2024
1 parent 397d3fd commit 3ff06de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Release 0.2.2
### Tweaked
- Minor enhancements to the installation script.


## Release 0.2.1
### Fixed
- Problems with the lack of visual distinction between fonts of different weights on dark backgrounds.
Expand Down
2 changes: 1 addition & 1 deletion freetype-envision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e


SRC_DIR=src
VERSION="0.2.1"
VERSION="0.2.2"

PROFILED_DIR="$SRC_DIR/profile.d"
PROFILED_NORMAL="freetype-envision-normal.sh"
Expand Down

0 comments on commit 3ff06de

Please sign in to comment.