Skip to content

Commit 4fd062b

Browse files
bump: version 1.2.1 → 1.3.0
1 parent 7a3cde6 commit 4fd062b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v1.3.0 (2025-02-08)
2+
3+
### Feat
4+
5+
- stable tasks ordering + minor polishing
6+
7+
### Fix
8+
9+
- **package**: add backport of importlib
10+
- **package**: one version in one place
11+
- **remote_machine**: too short tuple
12+
- **remote_machin**: non-POSIX linux shell
13+
114
## v1.2.0 (2023-07-27)
215

316
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
66
[project]
77
name = "yascheduler"
88
# version should be changed by automation, not by hand - DON'T TOUCH
9-
version = "1.2.1"
9+
version = "1.3.0"
1010
description = """Yet another computing scheduler and cloud orchestration engine"""
1111
authors = [
1212
{name = "Evgeny Blokhin", email = "eb@tilde.pro"},

0 commit comments

Comments
 (0)