File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
2
+ ## Release 0.10.0 (2022-09-21T20:11:56)
3
+ * c136418 Use volume mount path to store the backup
4
+ * d3305c4 :arrow_up : Automatic update of dependencies by Kebechet for the ubi8 environment
5
+ * 2332856 :arrow_up : Automatic update of dependencies by Kebechet for the ubi8 environment
6
+ * a4bfb15 :ship : Bump up base image initialized in CI.
7
+ * ba9c07a :arrow_up : Automatic update of dependencies by Kebechet for the ubi8 environment
8
+
2
9
## Release 0.9.3 (2022-08-23T02:50:33)
3
10
* 09011fd :arrow_up : Automatic update of dependencies by Kebechet for the ubi8 environment (#235 )
4
11
* 369064a :arrow_up : Automatic update of dependencies by Kebechet for the ubi8 environment
Original file line number Diff line number Diff line change 29
29
30
30
init_logging ()
31
31
_LOGGER = logging .getLogger ("thoth.graph_backup_job" )
32
- __version__ = "0.9.3 "
32
+ __version__ = "0.10.0 "
33
33
__component_version__ = f"{ __version__ } +thoth_storage.{ __storages__version__ } "
34
34
COMPONENT_NAME = "graph-backup-job"
35
35
You can’t perform that action at this time.
0 commit comments