Skip to content

Commit

Permalink
chore: release v0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
53v3n3d4 committed Jan 29, 2025
1 parent f13d1e7 commit af518f3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.4.8] - 2025-01-29

### Plugin 🕹️
- Undo removal constant from `get_sidebar_bgcolor`
- Removal constant from `find_attributes_hidden_file`

## [0.4.7] - 2025-01-29

### Plugin 🕹️
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Zukan Icon Theme"
version = "0.4.7"
version = "0.4.8"
description = "Icon theme for Sublime Text"
license = "MIT"
authors = ["Seven Eda <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion sublime/Zukan Icon Theme.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@
// Do not change version. Neither use this option.
// It is used to upgrade package if 'rebuild_on_upgrade'
// is true
"version": "0.4.7",
"version": "0.4.8",

// https://docs.python.org/3/library/logging.html
// It currently only accepts Python library logging default
Expand Down

0 comments on commit af518f3

Please sign in to comment.