Skip to content

Commit 8b6fcda

Browse files
authored
Release v2.0.1: Bump dependencies to latest versions (#28)
## v2.0.1 - 2025-07-10 ### What's Changed **full changelog**: https://github.com/obervinov/messages-package/compare/v2.0.0..v2.0.1 by @obervinov #28 #### 🚀 Features * Bump workflows to `v2.1.1` * Bump dependencies to latest versions
1 parent 6f521b1 commit 8b6fcda

File tree

6 files changed

+118
-76
lines changed

6 files changed

+118
-76
lines changed

.github/workflows/pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
pr:
13-
uses: obervinov/_templates/.github/workflows/pr.yaml@v2.0.0
13+
uses: obervinov/_templates/.github/workflows/pr.yaml@v2.1.1
1414

1515
pyproject:
16-
uses: obervinov/_templates/.github/workflows/pyproject.yaml@v2.0.0
16+
uses: obervinov/_templates/.github/workflows/pyproject.yaml@v2.1.1

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ on:
99

1010
jobs:
1111
release:
12-
uses: obervinov/_templates/.github/workflows/release.yaml@v2.0.0
12+
uses: obervinov/_templates/.github/workflows/release.yaml@v2.1.1

CHANGELOG.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,17 @@ All notable changes to this project will be documented in this file.
33
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
44

55

6+
## v2.0.1 - 2025-07-10
7+
### What's Changed
8+
**full changelog**: https://github.com/obervinov/messages-package/compare/v2.0.0..v2.0.1 by @obervinov https://github.com/obervinov/messages-package/pull/28
9+
#### 🚀 Features
10+
* Bump workflows to `v2.1.1`
11+
* Bump dependencies to latest versions
12+
13+
614
## v2.0.0 - 2024-10-11
715
### What's Changed
8-
**full changelog**: https://github.com/obervinov/messages-package/compare/v1.0.4..v2.0.0 by @ obervinov https://github.com/obervinov/messages-package/pull/27
16+
**full changelog**: https://github.com/obervinov/messages-package/compare/v1.0.4..v2.0.0 by @obervinov https://github.com/obervinov/messages-package/pull/27
917
#### 💥 Breaking Changes
1018
* Bump python version to `3.12`
1119
#### 📚 Bug Fixes
@@ -17,29 +25,29 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1725

1826
## v1.0.4 - 2024-02-04
1927
### What's Changed
20-
**full changelog**: https://github.com/obervinov/messages-package/compare/v1.0.3...v1.0.4 by @ obervinov https://github.com/obervinov/messages-package/pull/24
28+
**full changelog**: https://github.com/obervinov/messages-package/compare/v1.0.3...v1.0.4 by @obervinov https://github.com/obervinov/messages-package/pull/24
2129
#### 📚 Bug Fixes
2230
* [List all supported versions of python](https://github.com/obervinov/messages-package/issues/23)
2331
* [Soft handling of situations where a configuration file or alias does not exist](https://github.com/obervinov/messages-package/issues/22)
2432

2533

2634
## v1.0.3 - 2024-01-29
2735
### What's Changed
28-
**full changelog**: https://github.com/obervinov/messages-package/compare/v1.0.2...v1.0.3 by @ obervinov https://github.com/obervinov/messages-package/pull/21
36+
**full changelog**: https://github.com/obervinov/messages-package/compare/v1.0.2...v1.0.3 by @obervinov https://github.com/obervinov/messages-package/pull/21
2937
#### 📚 Documentation
3038
* [Fix typos in README.md](https://github.com/obervinov/messages-package/issues/20)
3139

3240

3341
## v1.0.2 - 2024-01-24
3442
### What's Changed
35-
**full changelog**: https://github.com/obervinov/messages-package/compare/v1.0.1...v1.0.2 by @ obervinov https://github.com/obervinov/messages-package/pull/19
43+
**full changelog**: https://github.com/obervinov/messages-package/compare/v1.0.1...v1.0.2 by @obervinov https://github.com/obervinov/messages-package/pull/19
3644
#### 🐛 Bug Fixes
3745
* fixed import of main code via `__init__.py`
3846

3947

4048
## v1.0.1 - 2024-01-20
4149
### What's Changed
42-
**full changelog**: https://github.com/obervinov/messages-package/compare/v1.0.0...v1.0.1 by @ obervinov https://github.com/obervinov/messages-package/pull/17
50+
**full changelog**: https://github.com/obervinov/messages-package/compare/v1.0.0...v1.0.1 by @obervinov https://github.com/obervinov/messages-package/pull/17
4351
#### 🐛 Bug Fixes
4452
* [Update Test](https://github.com/obervinov/messages-package/issues/6)
4553
* [Update GitHub Actions workflow](https://github.com/obervinov/messages-package/issues/7)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ version = "1.0.0"
3434
3535
[tool.poetry.dependencies]
3636
python = "^3.12"
37-
messages = { git = "https://github.com/obervinov/messages-package.git", tag = "v2.0.0" }
37+
messages = { git = "https://github.com/obervinov/messages-package.git", tag = "v2.0.1" }
3838
3939
[build-system]
4040
requires = ["poetry-core"]
@@ -125,4 +125,4 @@ _output result_
125125
## <img src="https://github.com/obervinov/_templates/blob/main/icons/github-actions.png" width="25" title="github-actions"> GitHub Actions
126126
| Name | Version |
127127
| ------------------------ | ----------- |
128-
| GitHub Actions Templates | [v2.0.0](https://github.com/obervinov/_templates/tree/v2.0.0) |
128+
| GitHub Actions Templates | [v2.1.1](https://github.com/obervinov/_templates/tree/v2.1.1) |

0 commit comments

Comments
 (0)