Skip to content

Commit

Permalink
chore(release): 0.23.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.23.0](v0.22.1...v0.23.0) (2020-03-12)

### Bug Fixes

* significantly speed-up byte raster rendering ([a434cfa](a434cfa)), closes [#19](#19)

### Features

* add CP437 as optional display format in ASCII display for [#20](#20) ([50c3d50](50c3d50))
* auto-locate python in PATH for Python Runner for [#1](#1) ([f891407](f891407))
  • Loading branch information
semantic-release-bot committed Mar 12, 2020
1 parent 948897a commit fd47449
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [0.23.0](https://github.com/Mahlet-Inc/hobbits/compare/v0.22.1...v0.23.0) (2020-03-12)


### Bug Fixes

* significantly speed-up byte raster rendering ([a434cfa](https://github.com/Mahlet-Inc/hobbits/commit/a434cfad0d9bbb66aa65e3092590703292c77d39)), closes [#19](https://github.com/Mahlet-Inc/hobbits/issues/19)


### Features

* add CP437 as optional display format in ASCII display for [#20](https://github.com/Mahlet-Inc/hobbits/issues/20) ([50c3d50](https://github.com/Mahlet-Inc/hobbits/commit/50c3d50925b83b76ed611cce06fcebf98975e9be))
* auto-locate python in PATH for Python Runner for [#1](https://github.com/Mahlet-Inc/hobbits/issues/1) ([f891407](https://github.com/Mahlet-Inc/hobbits/commit/f89140782bcdc578a602a652d95d01e1fb01d3e9))

## [0.22.1](https://github.com/Mahlet-Inc/hobbits/compare/v0.22.0...v0.22.1) (2020-03-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hobbits",
"version": "0.22.1",
"version": "0.23.0",
"private": true,
"config": {
"commitizen": {
Expand Down

0 comments on commit fd47449

Please sign in to comment.