Skip to content

Commit 55a4a3f

Browse files
committed
maintenance: bump version to 0.28.0
1 parent 5308030 commit 55a4a3f

8 files changed

Lines changed: 14 additions & 9 deletions

File tree

β€Ž.github/workflows/mulle-sde-ci.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- uses: mulle-sde/github-ci@v2
3333

34-
- uses: mulle-cc/github-ci@v5
34+
- uses: mulle-cc/github-ci@v6
3535

3636
- name: List extensions
3737
run: |

β€ŽCMakeLists.txtβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
cmake_minimum_required( VERSION 3.13...99.99)
22

3-
project( mulle-objc-developer VERSION 0.27.2 LANGUAGES NONE)
3+
project( mulle-objc-developer VERSION 0.28.0 LANGUAGES NONE)
44

5-
set( PROJECT_VERSION 0.27.2)
5+
set( PROJECT_VERSION 0.28.0)
66

77

88
if( APPLE)

β€ŽDockerfileβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ RUN DEBIAN_FRONTEND=noninteractive \
2828
&& chmod 755 installer-all \
2929
&& ./installer-all /usr no \
3030
\
31-
&& wget "https://github.com/mulle-cc/mulle-clang-project/releases/download/17.0.6.2/mulle-clang-17.0.6.2-bookworm-amd64.deb" \
32-
&& dpkg --install "mulle-clang-17.0.6.2-bookworm-amd64.deb"
31+
&& wget "https://github.com/mulle-cc/mulle-clang-project/releases/download/21.1.8.1/mulle-clang-21.1.8.1-bookworm-amd64.deb" \
32+
&& dpkg --install "mulle-clang-21.1.8.1-bookworm-amd64.deb"
3333

β€ŽRELEASENOTES.mdβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.28.0
2+
3+
Various small improvements
4+
5+
16
### 0.27.2
27

38
Various small improvements
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.21.0
1+
0.28.0

β€Žsrc/mulle-objc/github-actions/project/all/.github/workflows/mulle-sde-ci.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- uses: mulle-sde/github-ci@v2
3939

40-
- uses: mulle-cc/github-ci@v5
40+
- uses: mulle-cc/github-ci@v6
4141

4242
- name: Dump Project Environment
4343
run: |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.27.0
1+
0.28.0

β€Žsrc/mulle-objc/objc/versionβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.27.0
1+
0.28.0

0 commit comments

Comments
Β (0)