-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Version bump 0.2.0 * Update CHANGELOG --------- Co-authored-by: ci.datadog-sync-cli <packages@datadoghq.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
1c35dde
commit 4a0cac5
Showing
2 changed files
with
17 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 |
---|---|---|
@@ -1,5 +1,21 @@ | ||
# Changelog | ||
|
||
## 0.2.0 / 2023-05-09 | ||
|
||
### Fixed | ||
* Fix syncing synthetics_tests with global variables by @skarimo in https://github.com/DataDog/datadog-sync-cli/pull/128 | ||
* Cleanup and update typing by @skarimo in https://github.com/DataDog/datadog-sync-cli/pull/129 | ||
* Fixes for `roles` and `synthetics_test` resources by @skarimo in https://github.com/DataDog/datadog-sync-cli/pull/130 | ||
### Added | ||
* Add support for `spans_metrics` resource by @skarimo in https://github.com/DataDog/datadog-sync-cli/pull/131 | ||
### Changed | ||
* Add formal sync order by @skarimo in https://github.com/DataDog/datadog-sync-cli/pull/115 | ||
|
||
## New Contributors | ||
* @nkzou made their first contribution in https://github.com/DataDog/datadog-sync-cli/pull/125 | ||
|
||
**Full Changelog**: https://github.com/DataDog/datadog-sync-cli/compare/v0.1.0...0.2.0 | ||
|
||
## 0.1.0 / 2023-03-21 | ||
|
||
* [Added] Initial beta release of the datadog-sync cli tool |
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.1.0" | ||
__version__ = "0.2.0" |