Skip to content

Commit c0687a5

Browse files
chore(main): release 6.2.0 (#449)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8af12ef commit c0687a5

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [6.2.0](https://github.com/equinor/tagreader-python/compare/v6.1.0...v6.2.0) (2025-10-15)
6+
7+
8+
### 🧹 Chores
9+
10+
* delete snyk ([c7068fe](https://github.com/equinor/tagreader-python/commit/c7068fee14d6c2e29753db260b489da21fce7920))
11+
* **deps:** bump actions/checkout from 4 to 5 ([#436](https://github.com/equinor/tagreader-python/issues/436)) ([ef78415](https://github.com/equinor/tagreader-python/commit/ef78415a8c72a2c8f058a4da51f0082948539aa0))
12+
* **deps:** bump actions/setup-node from 4 to 5 ([#445](https://github.com/equinor/tagreader-python/issues/445)) ([4b5a368](https://github.com/equinor/tagreader-python/commit/4b5a3680df660e6953c121d850fc12bb388bdcaf))
13+
* **deps:** bump actions/setup-python from 4 to 6 ([#446](https://github.com/equinor/tagreader-python/issues/446)) ([41bb270](https://github.com/equinor/tagreader-python/commit/41bb270e0f1736cf055c2593382a18a44edb39c0))
14+
* **deps:** bump certifi from 2025.1.31 to 2025.8.3 ([#433](https://github.com/equinor/tagreader-python/issues/433)) ([7e43503](https://github.com/equinor/tagreader-python/commit/7e435033f568f9e19d0b4f683b16767cf33d871d))
15+
* **deps:** bump pre-commit from 3.8.0 to 4.3.0 ([#434](https://github.com/equinor/tagreader-python/issues/434)) ([546e975](https://github.com/equinor/tagreader-python/commit/546e9759ae6f2c858b646a3d29ada784ada61fa8))
16+
* **deps:** bump pytest from 8.3.5 to 8.4.2 ([#444](https://github.com/equinor/tagreader-python/issues/444)) ([52a9d72](https://github.com/equinor/tagreader-python/commit/52a9d72ee064f1cfaa764010ff0ee46a2f5b31dd))
17+
* **deps:** bump the npm_and_yarn group across 1 directory with 5 updates ([#450](https://github.com/equinor/tagreader-python/issues/450)) ([a701189](https://github.com/equinor/tagreader-python/commit/a7011898e999589a0792c09b5e3412b63f908084))
18+
* **deps:** bump the npm_and_yarn group across 1 directory with 6 updates ([#417](https://github.com/equinor/tagreader-python/issues/417)) ([fa4915d](https://github.com/equinor/tagreader-python/commit/fa4915d0c57a5c2985f1188dc2b4b3a682992b5f))
19+
* update codeowners ([8af12ef](https://github.com/equinor/tagreader-python/commit/8af12efd6cb4f68c25542657b6d2f862d76b0e43))
20+
21+
22+
### ✨ Features
23+
24+
* add timeout parameter to GET requests and update docs ([#448](https://github.com/equinor/tagreader-python/issues/448)) ([38706c1](https://github.com/equinor/tagreader-python/commit/38706c1e74ab2cba663fcc9dae3311feedb5c14a))
25+
526
## [6.1.0](https://github.com/equinor/tagreader-python/compare/v6.0.4...v6.1.0) (2025-08-25)
627

728

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tagreader"
3-
version = "6.1.0"
3+
version = "6.2.0"
44
description = "Tagreader is a Python package for reading trend data from the OSIsoft PI and Aspen Infoplus.21 IMS systems."
55
authors = [
66
{ name = "Einar S. Idsø", email = "[email protected]" },

0 commit comments

Comments
 (0)