-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
faefb5b
commit f0e2f2e
Showing
5 changed files
with
42 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## [1.4.0](https://github.com/taskany-inc/issues/compare/v1.3.0...v1.4.0) (2023-05-29) | ||
|
||
|
||
### Features | ||
|
||
* **GoalHistory:** db schema and seed data ([1630024](https://github.com/taskany-inc/issues/commit/1630024c373e1be5d8bcaf3565a950062780b2c5)) | ||
* **GoalHistory:** recordings changes ([d81dc71](https://github.com/taskany-inc/issues/commit/d81dc71766c9cd4bc993676f7b48c9d6bd9c25dc)) | ||
* **GoalHistory:** recordings changes of state, participants and deps ([dac32ee](https://github.com/taskany-inc/issues/commit/dac32eed6d6dd2dfa5ac747aa28c33d124329569)) | ||
* **GoalHistory:** recordings ids as changed values ([6ab2ce5](https://github.com/taskany-inc/issues/commit/6ab2ce5683ea50a20a408a2f4a4013bf2d2f3c53)) | ||
* **GoalHistory:** rewrite seeding GoalHistory data ([19cab4d](https://github.com/taskany-inc/issues/commit/19cab4d25a13187b7abd5d5482edd61d62f7d8db)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **GoalHistory:** calculate typings of history ([c4780c1](https://github.com/taskany-inc/issues/commit/c4780c1aba0c693fcd87fd66034e8fd7d1dbd943)) | ||
* **GoalHistory:** query for history, drop unreachable code ([23bf3a7](https://github.com/taskany-inc/issues/commit/23bf3a718e3fddd1da41cfd79d693ff55a54ed39)) | ||
* **Goal:** use count instead of max ([faefb5b](https://github.com/taskany-inc/issues/commit/faefb5bc489a783350717b929a61f7a45157a186)) | ||
* **worker:** incorrect path to runner ([8137345](https://github.com/taskany-inc/issues/commit/8137345cbf9cdb11920d92887b7cade2d28e76e3)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.3.0 | ||
1.4.0 |