Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
bump: version 2023.1.0 → 2023.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl committed Feb 26, 2023
1 parent 8df442d commit 43bfcd1
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ commitizen:
name: cz_conventional_commits
tag_format: v$version
update_changelog_on_bump: true
version: 2023.1.0
version: 2023.2.0
version_files:
- project.json
- ignition/script-python/incendium/version/code.py
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
## v2023.2.0 (2023-02-25)

### Feat

- **vision**: add authentication and authorization (#17)

## v2023.1.0 (2023-01-09)

### BREAKING CHANGE

- stop checking instance of `in_params` and `out_params`
- `DisposableConnection`'s `db` field has been renamed to
`database` to conform with snake_case naming style and to match the name
used in some `system.db` functions.

### Feat

- release 1.0.7
- **pre-commit**: update black 21.5b0 -> 21.5b1
- **pre-commit**: update flake8 3.9.1 -> 3.9.2
- **pre-commit**: update black 21.4b2 -> 21.5b0
- **pre-commit**: update black 21.4b1 -> 21.4b2
- **pre-commit**: update black 21.4b0 -> 21.4b1
- **pre-commit**: update black 20.8b1 -> 21.4b0
- **pre-commit**: bump flake8 to 3.9.1
- :sparkles: add function to convert Dataset into JSON
- add flake8 pre-commit hook

### Fix

- **db**: check instance of `out_params`
- bug in incendium.vision.gui constants
- break loop after expected conditions have been met

### Refactor

- use super() in base classes (#2)
- **db**: return BasicDataset on _execute_sp result_set (#81)
- fix `perflint` `W8202`
- reduce cognitive complexity
- fix SonarLint and Sourcery issues
- add pylint
- conform to snake_case naming style
- modify imports
- :zap: Simplify squence comparison as suggested by Sourcery
2 changes: 1 addition & 1 deletion ignition/script-python/incendium/version/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version module."""

__version__ = "2023.1.0"
__version__ = "2023.2.0"
2 changes: 1 addition & 1 deletion project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "incendium",
"description": "📦 Package that extends and wraps Ignition scripting API (version: 2023.1.0)",
"description": "📦 Package that extends and wraps Ignition scripting API (version: 2023.2.0)",
"parent": "",
"enabled": true,
"inheritable": true
Expand Down

0 comments on commit 43bfcd1

Please sign in to comment.