Skip to content

Commit

Permalink
build: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
doctrino committed Apr 30, 2024
1 parent 3c35d2e commit d97e002
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.cdf-tk.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ Changes are grouped as follows:
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

## [0.1.4] - 2024-05-02
## [0.1.4] - 2024-04-30

### Fixed

- When running `cdf-tk deploy` with container `YAML` from before `cogniet-sdk<7.37`, the user would get an error
`Missing required field: 'list'.` for the `direct` container properties. This is now fixed.
- When running `cdf-tk init --upgrade`, the user would get an error `IndexError: list index out of range`.
This is now fixed.

## [0.1.3] - 2024-04-28

Expand Down
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.1.4] - 2024-04-30

No changes to templates.

## [0.1.3] - 2024-04-29

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion cognite_toolkit/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.3"
__version__ = "0.1.4"
2 changes: 1 addition & 1 deletion cognite_toolkit/cognite_modules/_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.1.3
cdf_toolkit_version: 0.1.4
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.1.3
cdf_toolkit_version: 0.1.4
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.1.3
cdf_toolkit_version: 0.1.4

0 comments on commit d97e002

Please sign in to comment.