Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
freyamade committed Mar 25, 2019
1 parent 7898a68 commit 3ddc5c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
One stop shop for the updates made to the project with each version, and to check master's status against the latest release

## master

## 0.5.0 - Latest Release
- Changed loading messages to use a progress bar
- Added parsing of code blocks
- Added syntax highlighting using the [noir library](https://github.com/MakeNowJust/noir)
Expand All @@ -20,7 +22,7 @@ One stop shop for the updates made to the project with each version, and to chec
- Fixed bug where a message containing just an image would have a blank line
- Added keybinds for up and down arrows to scroll through messages / channels (requires `shards update`)

## 0.4.0 - Latest Release
## 0.4.0
- Removed duplicate colour names so all 256 colours are available
- Now renders the timestamp at the right hand side of the screen, similar to some shell themes
- Colour the title of embeds based on the colour that they are in the normal client
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: crcophony
version: 0.4.0
version: 0.5.0

authors:
- freyamade <frybrdrck@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion src/crcophony.cr
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require "hydra"
require "./*"

module Crcophony
VERSION = "0.4.0"
VERSION = "0.5.0"

# Load config from the environment
config = Crcophony::Config.new
Expand Down

0 comments on commit 3ddc5c4

Please sign in to comment.