Skip to content

Commit

Permalink
chore(main): release 4.2.0 (#228)
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>
  • Loading branch information
github-actions[bot] authored Jun 28, 2023
1 parent 6b379ef commit cf33dc8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [4.2.0](https://github.com/equinor/tagreader-python/compare/v4.1.4...v4.2.0) (2023-06-28)


### ✨ Features

* let user specify cache when creating the client ([#227](https://github.com/equinor/tagreader-python/issues/227)) ([1ad859d](https://github.com/equinor/tagreader-python/commit/1ad859d0fddfa9e5529cc092472bc4b57ed45944))


### ⏪️ Revert

* revert threading due to non-tread-safe handling of cache ([#229](https://github.com/equinor/tagreader-python/issues/229)) ([6b379ef](https://github.com/equinor/tagreader-python/commit/6b379ef1e1748a69afa17ac86fdb78f55126c183))

## [4.1.4](https://github.com/equinor/tagreader-python/compare/v4.1.3...v4.1.4) (2023-06-28)


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.4"
version = "4.2.0"
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 cf33dc8

Please sign in to comment.