-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add CHANGELOG generated by commitizen
- Loading branch information
Showing
1 changed file
with
35 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 |
---|---|---|
@@ -1,7 +1,38 @@ | ||
# Change Log | ||
## 1.1.0 (2023-12-20) | ||
|
||
## [1.0.0] - 2023-07-28 | ||
### Feat | ||
|
||
### Added | ||
- add a 'release-promotion' action | ||
|
||
- `mark_as_shipped` transforms for marking a release in Ship-It as shipped | ||
## 1.0.2 (2023-12-08) | ||
|
||
### Fix | ||
|
||
- upgrade to Taskgraph 7.0.0 | ||
|
||
## 1.0.1 (2023-09-19) | ||
|
||
### Feat | ||
|
||
- **shipit**: add shipit mark_as_shipped transforms and worker-type | ||
|
||
### Fix | ||
|
||
- mark compatible with Taskgraph 6.x | ||
|
||
## 0.1.1 (2023-06-21) | ||
|
||
### Fix | ||
|
||
- add missing __init__.py files | ||
|
||
## 0.1.0 (2023-06-21) | ||
|
||
### Feat | ||
|
||
- add 'release_artifacts' transforms | ||
- create initial scaffolding for mozilla-taskgraph | ||
|
||
### Fix | ||
|
||
- use proper module name in setup.py |