Skip to content

Commit b7569ee

Browse files
committed
Mackup 0.8.39
1 parent d49a2eb commit b7569ee

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## WIP
44

5+
## Mackup 0.8.39
6+
57
- Updated support for Factorio (via @jpuris)
68
- Added support for Zed (via @sethherr)
79
- Updated support for IntelliJIdea version 2023.1 and 2023.2

mackup/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Constants used in Mackup."""
22
# Current version
3-
VERSION = "0.8.38"
3+
VERSION = "0.8.39"
44

55
# Support platforms
66
PLATFORM_DARWIN = "Darwin"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mackup"
3-
version = "0.8.38"
3+
version = "0.8.39"
44
description = "Keep your application settings in sync (macOS/Linux)"
55
authors = ["Laurent Raufaste <[email protected]>"]
66
license = "GPLv3"

0 commit comments

Comments
 (0)