Skip to content

Commit

Permalink
Release 0.21.0
Browse files Browse the repository at this point in the history
Also, standardize the changelog to the https://keepachangelog.com
format.
  • Loading branch information
gsamokovarov committed Aug 19, 2020
1 parent fb1e8d8 commit b249fc8
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
# Change log
# Changelog

## master (unreleased)
## Unreleased

### 0.20.0 (2020-07-30)
## 0.21.0 (2020-08-19)
### Fixed
- Fix broken `pry` commands like `ls`. ([@jamesfischer8][])

- Fix `up` and `down` commands in `pry`. ([@gsamokovarov][])
## 0.20.0 (2020-07-30)
### Added
- Support for `pry-remote`. ([@gsamokovarov][])
### Fixed
- Fix `up` and `down` commands in `pry`. ([@gsamokovarov][])

### 0.12.0 (2020-07-17)

## 0.12.0 (2020-07-17)
### Added
- Support for `pry` version `0.13` and above. ([@gsamokovarov][])
### Fixed
- Fix a crash in multi-threaded environments. ([@gsamokovarov][])

## 0.11.0 (2020-02-08)

### Changes

### Changed
- Requiring `pry` before `break` is no longer a prerequisite for automatic Pry integration. ([@gsamokovarov][])

[@gsamokovarov]: https://github.com/gsamokovarov
[@jamesfischer8]: https://github.com/jamesfischer8

0 comments on commit b249fc8

Please sign in to comment.