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 64796c2 commit 427e020Copy full SHA for 427e020
CHANGES.md
@@ -1,9 +1,10 @@
1
# Changelog
2
3
-## 1.2.0 (unreleased)
+## 1.2.0 (2025-06-04)
4
5
- add pyrefly type checker support
6
7
+
8
## 1.1.0 (2025-03-20)
9
10
- Chore: Build-system update and minor cleanups.
pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = "mxmake"
description = "Generates a Python project-specific Makefile by using an extensible library of configurable Makefile snippets."
-version = "1.1.0"
+version = "1.2.0"
keywords = ["development", "deployment", "make"]
authors = [
{name = "MX Stack Developers", email = "dev@bluedynamics.com" }
0 commit comments