summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2025-01-25 18:01:43 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2025-01-25 18:01:43 +0100
commita2ed08ffac20c1de5cc2339b22f81f8b15ccaf18 (patch)
tree56dc04326c51fd102eb461f73b86a759ca62e98e /CHANGELOG.md
parent8ade691d0d995c298b69a5f79cc199559500118d (diff)
Version 0.1.3v0.1.3
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 494e3c8..c896e63 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
# Revision history for MiniCI
+## 0.1.3 -- 2025-01-25
+
+* Run jobs based on configuration in associated commit
+* Configurable number of concurrently running jobs (using `-j` option)
+* Concurrently run jobs for multiple commits
+* Properly cancel and clean up jobs on user interrupt
+* Added `--new-commits-on` and `--new-tags` options for `run` command to dynamically generate jobs based on branch/tags changes
+* Support for GHC up to 9.12
+
## 0.1.2 -- 2024-07-30
* Explicit run command