Skip to content
This repository was archived by the owner on Aug 29, 2022. It is now read-only.

Commit 39230f9

Browse files
authored
Merge pull request #208 from navigateconsulting/release_candidate
Added new bug fixes
2 parents 98b6326 + bf3d2a1 commit 39230f9

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

RELEASE.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Release 2.0.3
2+
3+
<INSERT SMALL BLURB ABOUT RELEASE FOCUS AREA AND POTENTIAL TOOLCHAIN CHANGES>
4+
5+
## Breaking Changes
6+
7+
* <DOCUMENT BREAKING CHANGES HERE>
8+
* <THIS SECTION SHOULD CONTAIN API, ABI AND BEHAVIORAL BREAKING CHANGES>
9+
10+
## Known Caveats
11+
12+
* <CAVEATS REGARDING THE RELEASE (BUT NOT BREAKING CHANGES). E.G. ADDING A NEW DEPENDENCY, BUMPING A DEPENDENCY NUMBER, LACK OF SUPPORT ON SOME PLATFORM, ETC>
13+
14+
## Major Features and Improvements
15+
16+
* <INSERT MAJOR FEATURE HERE, USING MARKDOWN SYNTAX>
17+
* <IF RELEASE CONTAINS MULTIPLE FEATURES FROM SAME AREA, GROUP THEM TOGETHER>
18+
19+
## Bug Fixes and Other Changes
20+
21+
* <SIMILAR TO ABOVE SECTION, BUT FOR OTHER IMPORTANT CHANGES / BUG FIXES>
22+
* <IF A CHANGE CLOSES A GITHUB ISSUE, IT SHOULD BE DOCUMENTED HERE>
23+
* <NOTES SHOULD BE GROUPED PER AREA>
24+
25+
26+
27+
# Release 2.0.3
28+
29+
Bug fixes
30+
31+
## Major Features and Improvements
32+
33+
* #207 changes to UI
34+
35+
## Bug Fixes and Other Changes
36+
37+
* Changed rasa version and package install to support new pipe line
38+
* Bug fixes in User interface and backend

trainer_worker/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
celery[redis]
2-
rasa==1.10.1
2+
rasa[convert]==1.10.1

0 commit comments

Comments
 (0)