Skip to content

Commit dbb0496

Browse files
chore(main): release 6.0.2
1 parent e85797c commit dbb0496

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

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

5+
## [6.0.2](https://github.com/equinor/tagreader-python/compare/v6.0.1...v6.0.2) (2025-01-02)
6+
7+
8+
### 📦 Build system
9+
10+
* **deps:** Update dependencies and fix snyk ignore ([#403](https://github.com/equinor/tagreader-python/issues/403)) ([e85797c](https://github.com/equinor/tagreader-python/commit/e85797ccc4cfeb68190fa2dd9bc1b757aabc5077))
11+
12+
13+
### 🧹 Chores
14+
15+
* **deps:** bump http-proxy-middleware from 2.0.6 to 2.0.7 in /documentation ([#385](https://github.com/equinor/tagreader-python/issues/385)) ([495c25f](https://github.com/equinor/tagreader-python/commit/495c25f71edd531ff994580ade55fb71f14289d7))
16+
* **deps:** bump mermaid from 10.9.0 to 10.9.3 in /documentation ([#384](https://github.com/equinor/tagreader-python/issues/384)) ([502b476](https://github.com/equinor/tagreader-python/commit/502b476c83c5aee809428e9952377ca5f5887845))
17+
* **deps:** bump pycryptodome from 3.20.0 to 3.21.0 ([#382](https://github.com/equinor/tagreader-python/issues/382)) ([51d7c88](https://github.com/equinor/tagreader-python/commit/51d7c88e3a3a5feee32db7737598f2aca00195dc))
18+
* **deps:** bump webpack from 5.90.3 to 5.95.0 in /documentation ([#381](https://github.com/equinor/tagreader-python/issues/381)) ([a102c8a](https://github.com/equinor/tagreader-python/commit/a102c8ac53bd6acf4f1dd92d3e4a2a6f37134ed1))
19+
20+
21+
### 📚 Documentation
22+
23+
* **manual:** fix typos ([#392](https://github.com/equinor/tagreader-python/issues/392)) ([3ec839d](https://github.com/equinor/tagreader-python/commit/3ec839d1e129c729456d32af8e1154e6a790ee54))
24+
* **manual:** fix typos and clarifications ([#391](https://github.com/equinor/tagreader-python/issues/391)) ([f851de9](https://github.com/equinor/tagreader-python/commit/f851de9da51afb8a09099a0b162cfc9e972d61e9))
25+
* **readme:** fix typos ([#387](https://github.com/equinor/tagreader-python/issues/387)) ([8e1a167](https://github.com/equinor/tagreader-python/commit/8e1a1670bd50494840a16aa10b1e232a78c9834f))
26+
27+
28+
### 🐛 Bug Fixes
29+
30+
* fix query sql parsing ([7a764f3](https://github.com/equinor/tagreader-python/commit/7a764f3d9ea88fb2e517673a42673d0958c3570a))
31+
* handle units and descriptions for empty tags ([#162](https://github.com/equinor/tagreader-python/issues/162)) ([5a7ccc2](https://github.com/equinor/tagreader-python/commit/5a7ccc2ebff8bd50688a1c8e01765e41b75ead5b))
32+
533
## [6.0.1](https://github.com/equinor/tagreader-python/compare/v6.0.0...v6.0.1) (2024-10-03)
634

735

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tagreader"
3-
version = "6.0.1"
3+
version = "6.0.2"
44
description = "Tagreader is a Python package for reading trend data from the OSIsoft PI and Aspen Infoplus.21 IMS systems."
55
authors = ["Einar S. Idsø <eiids@equinor.com>", "Morten Dæhli Aslesen <masl@equinor.com"]
66
license = "MIT"

0 commit comments

Comments
 (0)