Skip to content

Commit

Permalink
Merge pull request #20 from SquareFactory/release-please--branches--m…
Browse files Browse the repository at this point in the history
…aster

chore(master): release 0.3.0
  • Loading branch information
jgsch committed Jan 23, 2023
2 parents 3f0ecc0 + 609a0c0 commit ea0e5fe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).


## [0.3.0](https://github.com/SquareFactory/archipel-utils/compare/v0.2.3...v0.3.0) (2023-01-23)


### Features

* **data:** decode img from list of int ([b378749](https://github.com/SquareFactory/archipel-utils/commit/b37874994f66200507df96c3e706519abab26ee4))


### Bug Fixes

* **process:** add exception when nvidia not available ([53e75ab](https://github.com/SquareFactory/archipel-utils/commit/53e75abc6f9d605825aeffacf21cc70b3054f658))

### [0.2.3](https://github.com/SquareFactory/archipel-utils/compare/v0.2.2...v0.2.3) (2022-12-15)


Expand Down
2 changes: 1 addition & 1 deletion archipel_utils/__init__.py
Expand Up @@ -18,4 +18,4 @@
from .path import * # noqa
from .process import * # noqa

__version__ = "0.2.3"
__version__ = "0.3.0"

0 comments on commit ea0e5fe

Please sign in to comment.