Bump version for release, update changelog.

main
Eric Ihli 3 years ago
parent e4722dbb69
commit a44feaa166

@ -1,24 +1,22 @@
# Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
## [Unreleased]
### Changed
- Add a new arity to `make-widget-async` to provide a different widget shape.
## [0.1.1] - 2021-04-22
### Changed
- Documentation on how to make the widgets.
### Removed
- `make-widget-sync` - we're all async, all the time.
## [0.1.3] - 2021-05-02
### Fixed
- Fixed bug sylalbifying words that begin with consonants that don't adhere to sonority heirarchy.
- "Steel", for example. "T" is less sonorous than "S" and typically wouldn't be included in an onset, but since there are no vowels preceding the "ST" then both *should* be included in the onset.
## [0.1.2] - 2021-04-22
### Fixed
- Fixed widget maker to keep working when daylight savings switches over.
- Fixed bug when getting phones from CMULexicon because the word wasn't found in the CMU dictionary. (Missing parens)
- Comment out warn-on-reflection code that was just being used to find performance gains.
## 0.1.0 - 2021-04-22
## 0.1.1
### Added
- Files from the new template.
- Widget maker public API - `make-widget-sync`.
[Unreleased]: https://github.com/com.owoga/phonetics/compare/0.1.1...HEAD
[0.1.1]: https://github.com/com.owoga/phonetics/compare/0.1.0...0.1.1
Initial release
- Phonetics and syllabification utilities
[Unreleased]: https://github.com/com.owoga/phonetics/compare/0.1.2...HEAD
[0.1.1]: https://github.com/com.owoga/phonetics/compare/0.1.1...0.1.2

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.owoga</groupId>
<artifactId>phonetics</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
<name>com.owoga/phonetics</name>
<description>Phonetics and syllabification of English words.</description>
<url>https://github.com/com.owoga/phonetics</url>

Loading…
Cancel
Save