Skip to content

Commit

Permalink
Release v0.5.0.dev0 - Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TEAM4-0 committed Mar 8, 2024
1 parent 085e0d4 commit 6f8f947
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 4 deletions.
33 changes: 30 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,44 @@
# Changelog

## [Unreleased](https://github.com/EMMC-ASBL/otelib/tree/HEAD)
## [v0.5.0.dev0](https://github.com/EMMC-ASBL/otelib/tree/v0.5.0.dev0) (2024-03-08)

[Full Changelog](https://github.com/EMMC-ASBL/otelib/compare/v0.4.1...HEAD)
[Full Changelog](https://github.com/EMMC-ASBL/otelib/compare/v0.4.1...v0.5.0.dev0)

**Fixed bugs:**

- Real backend tests failing [\#151](https://github.com/EMMC-ASBL/otelib/issues/151)

**Closed issues:**

- Support Python 3.11 [\#120](https://github.com/EMMC-ASBL/otelib/issues/120)
- Fix otelib to handle parser [\#178](https://github.com/EMMC-ASBL/otelib/issues/178)

**Merged pull requests:**

- \[Auto-generated\] Update dependencies [\#183](https://github.com/EMMC-ASBL/otelib/pull/183) ([TEAM4-0](https://github.com/TEAM4-0))
- \[Auto-generated\] Update dependencies [\#179](https://github.com/EMMC-ASBL/otelib/pull/179) ([TEAM4-0](https://github.com/TEAM4-0))
- \[Auto-generated\] Update dependencies [\#175](https://github.com/EMMC-ASBL/otelib/pull/175) ([TEAM4-0](https://github.com/TEAM4-0))
- Add create parser function [\#174](https://github.com/EMMC-ASBL/otelib/pull/174) ([Treesarj](https://github.com/Treesarj))
- Update README [\#173](https://github.com/EMMC-ASBL/otelib/pull/173) ([torhaugl](https://github.com/torhaugl))
- \[Auto-generated\] Update dependencies [\#170](https://github.com/EMMC-ASBL/otelib/pull/170) ([TEAM4-0](https://github.com/TEAM4-0))
- \[Auto-generated\] Update dependencies [\#168](https://github.com/EMMC-ASBL/otelib/pull/168) ([TEAM4-0](https://github.com/TEAM4-0))
- \[Auto-generated\] Update dependencies [\#167](https://github.com/EMMC-ASBL/otelib/pull/167) ([TEAM4-0](https://github.com/TEAM4-0))
- \[Auto-generated\] Update dependencies [\#165](https://github.com/EMMC-ASBL/otelib/pull/165) ([TEAM4-0](https://github.com/TEAM4-0))
- \[Auto-generated\] Update dependencies [\#164](https://github.com/EMMC-ASBL/otelib/pull/164) ([TEAM4-0](https://github.com/TEAM4-0))
- \[Auto-generated\] Update dependencies [\#162](https://github.com/EMMC-ASBL/otelib/pull/162) ([TEAM4-0](https://github.com/TEAM4-0))
- \[Auto-generated\] Update dependencies [\#156](https://github.com/EMMC-ASBL/otelib/pull/156) ([TEAM4-0](https://github.com/TEAM4-0))
- \[Auto-generated\] Update dependencies [\#155](https://github.com/EMMC-ASBL/otelib/pull/155) ([TEAM4-0](https://github.com/TEAM4-0))
- Don't use filesamples.com [\#152](https://github.com/EMMC-ASBL/otelib/pull/152) ([CasperWA](https://github.com/CasperWA))
- \[Auto-generated\] Update dependencies [\#150](https://github.com/EMMC-ASBL/otelib/pull/150) ([TEAM4-0](https://github.com/TEAM4-0))
- \[Auto-generated\] Update dependencies [\#149](https://github.com/EMMC-ASBL/otelib/pull/149) ([TEAM4-0](https://github.com/TEAM4-0))

## [v0.4.1](https://github.com/EMMC-ASBL/otelib/tree/v0.4.1) (2023-10-25)

[Full Changelog](https://github.com/EMMC-ASBL/otelib/compare/v0.4.0...v0.4.1)

**Closed issues:**

- Support Python 3.11 [\#120](https://github.com/EMMC-ASBL/otelib/issues/120)

**Merged pull requests:**

- \[Auto-generated\] Update dependencies [\#146](https://github.com/EMMC-ASBL/otelib/pull/146) ([TEAM4-0](https://github.com/TEAM4-0))
Expand Down
2 changes: 1 addition & 1 deletion otelib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

__all__ = ("OTEClient",)

__version__ = "0.4.1"
__version__ = "0.5.0.dev0"
__author__ = "SINTEF"
__author_email__ = "Team4.0@SINTEF.no"

0 comments on commit 6f8f947

Please sign in to comment.