Skip to content

Commit

Permalink
chore(main): release 4.1.3 (#216)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Morten Dæhli Aslesen <[email protected]>
  • Loading branch information
github-actions[bot] and mortendaehli authored Jun 21, 2023
1 parent f731c3a commit 713034b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

This changelog is deprecated. All changes are documented under [releases](https://github.com/equinor/tagreader-python/releases).

## [4.1.3](https://github.com/equinor/tagreader-python/compare/v4.1.1...v4.1.3) (2023-06-21)


### 👷 CI/CD

* Add workflow dispatch for publish ([a68d616](https://github.com/equinor/tagreader-python/commit/a68d61659c73fcbb2f021005b798f63aa8195880))
* Make release-please publish automatically on approved release ([cc30519](https://github.com/equinor/tagreader-python/commit/cc305195845340b27915c3c57041e0f5d7f4e20c))


### 🧹 Chores

* Update links in notebook examples ([#223](https://github.com/equinor/tagreader-python/issues/223)) ([4c8df7a](https://github.com/equinor/tagreader-python/commit/4c8df7aeefce1d742d0c272c77a025793029c0b4)), closes [#220](https://github.com/equinor/tagreader-python/issues/220)


### ✨ Features

* Increase reading performance by reading concurrently using threads ([#221](https://github.com/equinor/tagreader-python/issues/221)) ([f731c3a](https://github.com/equinor/tagreader-python/commit/f731c3aa96034a7666b351ef8d7e4d4e22a0ec96)), closes [#194](https://github.com/equinor/tagreader-python/issues/194)


## [4.1.1](https://github.com/equinor/tagreader-python/compare/v4.1.0...v4.1.1) (2023-06-14)


Expand Down
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 = "tagreader"
version = "4.1.1"
version = "4.1.3"
description = "Tagreader is a Python package for reading trend data from the OSIsoft PI and Aspen Infoplus.21 IMS systems."
authors = ["Einar S. Idsø <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 713034b

Please sign in to comment.