Skip to content

Commit 283b739

Browse files
committed
Released Version 1.30.30
1 parent 5e5b9b7 commit 283b739

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1515
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1616

1717

18+
## 1.30.30 - 2025-01-08
19+
### Changed
20+
- Try fixing CI: sbt: command not found - see [Commit](https://[email protected]/pme123/camundala/commit/5e5b9b787eb4f74a08cd6efd46a3ae0055da1163)
21+
- Try fixing CI: sbt: command not found - see [Commit](https://[email protected]/pme123/camundala/commit/05fd213802b1ba0b7c53a6dfbcf36c245944316c)
22+
- Fixed bad links in Usages Api Docs. - see [Commit](https://[email protected]/pme123/camundala/commit/b2db292ca0043efa4cbee20db6ef377cb38cf6fb)
23+
- Adjusted names of elements in templates. - see [Commit](https://[email protected]/pme123/camundala/commit/24c348ae191140aaeca8495056d6def526583581)
24+
- Fixed Colorizing BPMNs. - see [Commit](https://[email protected]/pme123/camundala/commit/2ba02061f11823c9a24de350c86806bafa384f2f)
25+
1826
## 1.30.29 - 2025-01-05
1927
### Changed
2028
- Updated Versions. - see [Commit](https://[email protected]/pme123/camundala/commit/69a7f565c0a9d8ed2fce96535b4f8f9c8903ef98)

Diff for: docs/development/initCompany.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ <h1 id="init-company" class="title">Init Company</h1>
136136
</span><span class="comment">// DO NOT ADJUST. This file is replaced by `./helper.scala update`.
137137
</span><span>
138138
</span><span class="comment">//&gt; using toolkit 0.5.0
139-
//&gt; using dep io.github.pme123::camundala-helper:1.30.29
139+
//&gt; using dep io.github.pme123::camundala-helper:1.30.30
140140
</span><span>
141141
</span><span class="keyword">import</span><span> </span><span class="identifier">camundala</span><span>.</span><span class="identifier">helper</span><span>.</span><span class="identifier">dev</span><span>.</span><span class="type-name">DevCompanyHelper</span><span>
142142

Diff for: helper.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//> using toolkit 0.5.0
44
//> using dep io.github.pme123::camundala-helper:1.30.29
55

6-
import camundala.helper.*
6+
import camundala.helper.dev.publish.ChangeLogUpdater
77

88
@main
99
def release(version: String): Unit =

Diff for: version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.31.0-SNAPSHOT
1+
1.30.30

0 commit comments

Comments
 (0)