Skip to content

Commit 1aaaefc

Browse files
bump: version 1.0.0 → 1.1.0
1 parent a7f6add commit 1aaaefc

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 1.1.0 (2025-02-18)
2+
3+
### Feat
4+
5+
- add tolerance_interval to the public api
6+
- add public method to get tolerance interval for set of samples
7+
8+
### Fix
9+
10+
- remove old bootstrap ci methods
11+
112
## 1.0.0 (2025-02-17)
213

314
### BREAKING CHANGE

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.commitizen]
33
name = "cz_conventional_commits"
4-
version = "1.0.0"
4+
version = "1.1.0"
55
tag_format = "$version"
66
version_files = ["pyproject.toml"]
77

@@ -18,7 +18,7 @@ useLibraryCodeForTypes = true
1818

1919
[project]
2020
name = "rlevaluation"
21-
version = "1.0.0"
21+
version = "1.1.0"
2222
description = ""
2323
authors = [
2424
{name = "Andy Patterson", email = "[email protected]"},

0 commit comments

Comments
 (0)