Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
version: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed May 27, 2018
1 parent a6a067e commit 2e103b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

- Added Tempus themes.
- Added `LS_COLORS` to `colors.sh` to fix color issues.
- Compressed all theme files.
- Don’t print directory of image used.
- Fixed alpha value not persisting with `wal -R`.
- Fixed vim-airline theme when used with light color-schemes.


## [3.0.0] - 2018-05-06

Expand Down
2 changes: 1 addition & 1 deletion pywal/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import platform


__version__ = "3.0.0"
__version__ = "3.0.1"
__cache_version__ = "1.1.0"


Expand Down

0 comments on commit 2e103b8

Please sign in to comment.