Skip to content

Commit ee34384

Browse files
authored
chore(main): release 5.1.0 (#343)
1 parent 8953661 commit ee34384

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.0.0"
2+
".": "5.1.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.1.0](https://github.com/kolonialno/troncos/compare/5.0.0...5.1.0) (2024-06-27)
4+
5+
6+
### Features
7+
8+
* Use ruff for linting ([#340](https://github.com/kolonialno/troncos/issues/340)) ([25f4a56](https://github.com/kolonialno/troncos/commit/25f4a56dbda759b6c93efec8f80e483fee80b8c8))
9+
310
## [5.0.0](https://github.com/kolonialno/troncos/compare/4.4.2...5.0.0) (2024-06-27)
411

512

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 = "troncos"
3-
version = "5.0.0"
3+
version = "5.1.0"
44
description = "Collection of Python logging, tracing and profiling tools"
55
authors = [
66
"Guðmundur Björn Birkisson <gudmundur.birkisson@oda.com>",

0 commit comments

Comments
 (0)