Skip to content

Commit 3425c71

Browse files
chore(release): 2.1.0 [skip ci]
# [2.1.0](v2.0.1...v2.1.0) (2026-02-18) ### Features * **sdk:** add ability to disable auto save ([2cc4c7c](2cc4c7c))
1 parent 2cc4c7c commit 3425c71

File tree

6 files changed

+14
-7
lines changed

6 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.1.0](https://github.com/paulscherrerinstitute/scilog/compare/v2.0.1...v2.1.0) (2026-02-18)
2+
3+
4+
### Features
5+
6+
* **sdk:** add ability to disable auto save ([2cc4c7c](https://github.com/paulscherrerinstitute/scilog/commit/2cc4c7cd10f8bff5e2fead2ee5f1c4a0e44575e8))
7+
18
## [2.0.1](https://github.com/paulscherrerinstitute/scilog/compare/v2.0.0...v2.0.1) (2026-02-13)
29

310

sci-log-db/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sci-log-db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sci-log-db",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "SciLogDB",
55
"keywords": [
66
"loopback-application",

scilog/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scilog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scilog",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

sdk/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "scilog"
7-
version = "2.0.1"
7+
version = "2.1.0"
88
authors = [
99
{ name = "Paul Scherrer Institute", email = "scilog-help@lists.psi.ch" },
1010
]

0 commit comments

Comments
 (0)