Skip to content

Commit

Permalink
Bump to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oclero committed Jun 28, 2024
1 parent 5bc23f9 commit b28c145
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v1.3.0

- Add icons `banjo`, `cello`, `guitar-12-strings`, `guitar-classical`, `guitar-folk`, `guitar-strat`, `guitar-tele`, `mandolin`, `pipe`, `pitched_idiophone`, `saxophone`, `shamisen`, `synthesizer`, `trumpet`, `ukulele`, `violin`, `woodwind`.
- Update icons `guitar`, `bass`.
- Removed icon `fretboard`.

## v1.2.0

- Add support for more icon sizes, such as 32x32 pixels. **WARNING: paths have changed.**
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.17.5)
# Set project information.
project("qlementine_icons"
LANGUAGES CXX
VERSION 1.2.0.0
VERSION 1.3.0.0
)

# Global flags.
Expand Down

0 comments on commit b28c145

Please sign in to comment.