Skip to content

Commit 8f3cfb5

Browse files
PasteurBotxalelax
andauthored
chore: 🚢 release v1.1.0 (#354)
This PR contains the generated changelog for the release v1.1.0. ⚠️ **Merging this PR will immediately trigger a new release**. ⚠️ To specify additional release notes, please edit this comment after the following line. --- --------- Co-authored-by: Alessandro Angioi <alessandro.angioi@simulation.science>
1 parent 6a3acd3 commit 8f3cfb5

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file.
44

5+
## [1.1.0] - 2025-09-12
6+
7+
### Features
8+
9+
- Add run_id parameter to Tesseract.apply and friends (#352)
10+
- Add pydantic type making other Tesseracts callable (needed for HOTs) (#343)
11+
12+
### Bug Fixes
13+
14+
- Require name and version to be non-empty in TesseractConfig (#336)
15+
- Strip trailing slash from URL's passed to Tesseract HTTP client (#340)
16+
- Handling of tree_transforms edge cases (#331)
17+
- *(sdk)* Cast sets to tuples in Pytorch template when used as positional args (#347)
18+
- Use host port as api port (#330)
19+
- Allow digits in the pre-release semver tag (#355)
20+
21+
### Refactor
22+
23+
- [**breaking**] Use uv to install python virtual env (#353)
24+
25+
### Testing
26+
27+
- Runtime/file_interactions unit tests (#338)
28+
529
## [1.0.0] - 2025-08-08
630

731
### Features

cliff.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,4 @@ topo_order = false
7979
sort_commits = "oldest"
8080

8181
[bump]
82-
features_always_bump_minor = true
83-
breaking_always_bump_major = false
82+
bump_type = "minor"

0 commit comments

Comments
 (0)