File tree 5 files changed +19
-4
lines changed
5 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1
1
# History
2
2
https://keepachangelog.com/en/1.0.0/
3
3
4
+
5
+ ## v4.9.0
6
+
7
+ - [ Added] Workflow to deploy DALiuGE to PyPI: https://github.com/ICRAR/daliuge/pull/311
8
+ - [ Added] Added prototype .ini environment config and Slurm template scripts: https://github.com/ICRAR/daliuge/pull/297
9
+ - [ Added] Private key support for remote submission: https://github.com/ICRAR/daliuge/pull/298
10
+ - [ Added] Enable per-port serilaisation: https://github.com/ICRAR/daliuge/pull/300
11
+ - [ Added] Add GraphConfig support to translator: https://github.com/ICRAR/daliuge/pull/296
12
+ - [ Fixed] Fix writing of BytesIO Data: https://github.com/ICRAR/daliuge/pull/310
13
+ - [ Fixed] Updated installation documentation: https://github.com/ICRAR/daliuge/pull/307
14
+ - [ Fixed] Drop naming fix: https://github.com/ICRAR/daliuge/pull/306
15
+ - [ Fixed] Use translator avahi approach for engine docker container: https://github.com/ICRAR/daliuge/pull/302
16
+ - [ Fixed] Use correct ports for CompositeManager: https://github.com/ICRAR/daliuge/pull/303
17
+
18
+
4
19
## v4.8.0
5
20
6
21
- [ Added] Support for Python 3.11 and Python 3.12: https://github.com/ICRAR/daliuge/pull/290
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ release: ## Create a new tag for release.
91
91
@echo " v$$ {TAG}" > daliuge-common/VERSION
92
92
@echo " v$$ {TAG}" > daliuge-engine/VERSION
93
93
@echo " v$$ {TAG}" > daliuge-translator/VERSION
94
- @git add daliuge-common/VERSION CHANGELOG.md
94
+ @git add daliuge-common/VERSION daliuge-engine/VERSION daliuge-translator/VERSION CHANGELOG.md
95
95
@git commit -m " Release: version v$$ {TAG} π"
96
96
@echo " creating git tag : v$$ {TAG}"
97
97
@git tag v$$ {TAG}
Original file line number Diff line number Diff line change 1
- v4.8.1
1
+ v4.9.0
Original file line number Diff line number Diff line change 1
- v4.8.1
1
+ v4.9.0
Original file line number Diff line number Diff line change 1
- v4.8.1
1
+ v4.9.0
You canβt perform that action at this time.
0 commit comments