Skip to content

Commit

Permalink
build: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
doctrino committed Sep 13, 2024
1 parent de230a0 commit 97f3f94
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Changes are grouped as follows:
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

## [0.2.21] - 2024-09-13

No changes to templates.

## [0.2.20] - 2024-08-31

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion cognite_toolkit/_system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ packages:
- example_pump_data_model

# This part is used by cdf-toolkit to keep track of the version and help you upgrade.
cdf_toolkit_version: 0.2.20
cdf_toolkit_version: 0.2.21
2 changes: 1 addition & 1 deletion cognite_toolkit/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.20"
__version__ = "0.2.21"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cognite_toolkit"
version = "0.2.20"
version = "0.2.21"
description = "Official Cognite Data Fusion tool for project templates and configuration deployment"
authors = ["Cognite AS <[email protected]>"]
license = "Apache-2"
Expand Down
2 changes: 1 addition & 1 deletion tests/data/build_core_model/_build_environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ project: project-loader-dev
type: dev
selected:
- modules
cdf_toolkit_version: 0.2.20
cdf_toolkit_version: 0.2.21
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ project: pytest-project
type: dev
selected:
- modules
cdf_toolkit_version: 0.2.20
cdf_toolkit_version: 0.2.21
2 changes: 1 addition & 1 deletion tests/data/project_for_test/_system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ packages:
- child_module

# This part is used by cdf-toolkit to keep track of the version and help you upgrade.
cdf_toolkit_version: 0.2.20
cdf_toolkit_version: 0.2.21
2 changes: 1 addition & 1 deletion tests/data/project_no_cognite_modules/_system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
packages: {}

# This part is used by cdf-toolkit to keep track of the version and help you upgrade.
cdf_toolkit_version: 0.2.20
cdf_toolkit_version: 0.2.21
2 changes: 1 addition & 1 deletion tests/data/project_with_bad_modules/_system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
packages: {}

# This part is used by cdf-toolkit to keep track of the version and help you upgrade.
cdf_toolkit_version: 0.2.20
cdf_toolkit_version: 0.2.21
2 changes: 1 addition & 1 deletion tests/data/run_data/_system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ packages:
- example_pump_data_model

# This part is used by cdf-toolkit to keep track of the version and help you upgrade.
cdf_toolkit_version: 0.2.20
cdf_toolkit_version: 0.2.21

0 comments on commit 97f3f94

Please sign in to comment.