We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d49a2eb commit b7569eeCopy full SHA for b7569ee
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## WIP
4
5
+## Mackup 0.8.39
6
+
7
- Updated support for Factorio (via @jpuris)
8
- Added support for Zed (via @sethherr)
9
- Updated support for IntelliJIdea version 2023.1 and 2023.2
mackup/constants.py
@@ -1,6 +1,6 @@
1
"""Constants used in Mackup."""
# Current version
-VERSION = "0.8.38"
+VERSION = "0.8.39"
# Support platforms
PLATFORM_DARWIN = "Darwin"
pyproject.toml
[tool.poetry]
name = "mackup"
-version = "0.8.38"
+version = "0.8.39"
description = "Keep your application settings in sync (macOS/Linux)"
authors = ["Laurent Raufaste <[email protected]>"]
license = "GPLv3"
0 commit comments