Skip to content

Commit

Permalink
Release v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SimGus committed Nov 10, 2019
1 parent cf8a836 commit aded024
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.6.1] - 2019-11-11
### Added
- New opposite random generation modifier (using syntax `[unit?!randgen name]`)

Expand Down Expand Up @@ -307,7 +309,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support for slot value names
- Generator able to generate an output file in *Rasa NLU* format (without support for synonyms or regex features)

[Unreleased]: https://github.com/SimGus/Chatette/compare/v1.6.0...HEAD
[Unreleased]: https://github.com/SimGus/Chatette/compare/v1.6.1...HEAD
[1.6.1]: https://github.com/SimGus/Chatette/compare/v1.6.0...v1.6.1
[1.6.0]: https://github.com/SimGus/Chatette/compare/v1.5.0...v1.6.0
[1.5.0]: https://github.com/SimGus/Chatette/compare/v1.4.2...v1.5.0
[1.4.2]: https://github.com/SimGus/Chatette/compare/v1.4.1...v1.4.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="chatette",
version="1.6.0",
version="1.6.1",
description="A dataset generator for Rasa NLU",
author="SimGus",
license="MIT",
Expand Down

0 comments on commit aded024

Please sign in to comment.