-
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.
Automatically generated by python-semantic-release
- Loading branch information
semantic-release
committed
Sep 28, 2021
1 parent
c83ec2f
commit 1d045d3
Showing
2 changed files
with
26 additions
and
1 deletion.
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,25 @@ | ||
# Changelog | ||
|
||
<!--next-version-placeholder--> | ||
|
||
## v1.0.0 (2021-09-28) | ||
### Feature | ||
* Prepare publish ([`190ca0a`](https://github.com/F-Secure/flaky-tests-detection/commit/190ca0afb8dcd3b6a04eab0230ea1eae14c3671d)) | ||
|
||
### Fix | ||
* Fix makefile publish ([`109b753`](https://github.com/F-Secure/flaky-tests-detection/commit/109b7533275eca8491c832d638d2c19a325568b0)) | ||
* Fix dockerfile ([`4f2e516`](https://github.com/F-Secure/flaky-tests-detection/commit/4f2e5161f93ea050179b3a307c8b22869d953d9a)) | ||
* Fix dockerfile ([`488d94d`](https://github.com/F-Secure/flaky-tests-detection/commit/488d94d07db6e98341fca3d25ea82cd9feb117e3)) | ||
* Fix docker entrypoint ([`5bf5759`](https://github.com/F-Secure/flaky-tests-detection/commit/5bf575932758c599b11abd2915aabcf4316dc094)) | ||
* Copy all necessary files for docker ([`2a1e772`](https://github.com/F-Secure/flaky-tests-detection/commit/2a1e772f41597a89f1589b09082aff6a218a54d1)) | ||
* Add setup.py to dockerfile ([`62ccfe3`](https://github.com/F-Secure/flaky-tests-detection/commit/62ccfe368f2aeb3f55994c52586d34ccbd21e006)) | ||
* Fix dockerfile paths and files ([`3bfc067`](https://github.com/F-Secure/flaky-tests-detection/commit/3bfc067cee7fa6e2499959c6530b5e1b487a6d75)) | ||
* **test.yml:** Fix package dependency ([`b0f37f3`](https://github.com/F-Secure/flaky-tests-detection/commit/b0f37f37e9cd6a8dcd801b8996c54028612c0d25)) | ||
* **Makefile:** Fix typo in makefile ([`f82ed61`](https://github.com/F-Secure/flaky-tests-detection/commit/f82ed614205af2bdedefa59a1464b41a5786708b)) | ||
* **Makefile:** Fix path to semantic-release ([`64627f5`](https://github.com/F-Secure/flaky-tests-detection/commit/64627f5118a364167fba5e8b088812f970038c12)) | ||
|
||
### Breaking | ||
* folder structure has changed. ([`190ca0a`](https://github.com/F-Secure/flaky-tests-detection/commit/190ca0afb8dcd3b6a04eab0230ea1eae14c3671d)) | ||
|
||
### Documentation | ||
* Add license ([`84ced8e`](https://github.com/F-Secure/flaky-tests-detection/commit/84ced8ef50ec48ee3ea9fbacbbed0286cca9d5f7)) |
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 @@ | ||
__version__ = "0.0.0" | ||
__version__ = "1.0.0" |