Skip to content

Commit

Permalink
Bump to 0.5.0. Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
devblackops committed Apr 21, 2021
1 parent f32a185 commit 49226e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.4.1] 2021-04-20
## [0.5.0] 2021-04-20

### Added

- [**#PR35**](https://github.com/devblackops/Terminal-Icons/pull/35) Add `Get-TerminalIconsGlyphs` and `Set-TerminalIconsIcon` functions (via [@tillig](https://github.com/tillig))
- `Get-TerminalIconsGlyphs` returns the list of glyphs available
- `Set-TerminalIconsIcon` set a specific icon in the current icon theme or allows for swapping one glyph for another. Changes are not persisted between PowerShell sessions.

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion Terminal-Icons/Terminal-Icons.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'Terminal-Icons.psm1'
ModuleVersion = '0.4.1'
ModuleVersion = '0.5.0'
GUID = '4419ddb6-3528-47cd-baf3-7fb9d8566620'
Author = 'Brandon Olin'
CompanyName = 'Community'
Expand Down

0 comments on commit 49226e7

Please sign in to comment.