Skip to content

Commit 4bdadcc

Browse files
committed
update version 1.8.1
1 parent 340ea0b commit 4bdadcc

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9-
### Added
10-
- ...
119

12-
## [1.7.13] - 2025-02-06
10+
11+
## [1.8.1] - 2025-02-07
12+
### Fixed
13+
- Fixed error logging when flushing events
14+
15+
## [1.8.0] - 2025-02-06
1316
### Added
1417
- Update logging, removing `is_verbose` parameter
1518
- Removed CONTRIBUTING.md, as info is now in README.md

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "trubrics"
3-
version = "1.8.0"
3+
version = "1.8.1"
44
requires-python = ">=3.10"
55
license = { text = "Apache 2.0" }
66
authors = [

0 commit comments

Comments
 (0)