Skip to content

Commit

Permalink
Bump the version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SavchenkoValeriy committed Apr 25, 2023
1 parent 57bebbf commit f2d6246
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ The previous API (prior to version 0.2) is still available but not recommended.

## Changelog

### Version 0.4.0
* Include additional information with definition and example sentences.
* Annotate suggestions with part of speech and tags.
* Add `transient` and `hydra` interfaces.
* Speed up consecutive requests (it's ~4x times faster with `url-retrieve`).
* Add rating visualization

### Version 0.3.0
* Migrate from parsing HTML of the page to the use of the API.

Expand Down
2 changes: 1 addition & 1 deletion powerthesaurus.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Authors: Valeriy Savchenko <[email protected]>
;; URL: http://github.com/SavchenkoValeriy/emacs-powerthesaurus
;; Version: 0.3.6
;; Version: 0.4.0
;; Package-Requires: ((emacs "26.1") (jeison "1.0.0") (s "1.13.0"))
;; Keywords: convenience, writing

Expand Down

0 comments on commit f2d6246

Please sign in to comment.