Skip to content

Commit ef24850

Browse files
committed
release 22.05.4
1 parent a114d1b commit ef24850

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Each release will be tagged as calendar versioning `{year}.{month}.{patch}` form
66

77
Unreleased
88
===========
9+
10+
22.05.4 - 2022/05/26
11+
=====================
12+
13+
Changed
14+
------
915
- Update clang 13.0.1 -> 14.0.4 <https://gitlab.ritc.jp/ricos/allgebra/-/merge_requests/72>
1016

1117
22.05.3 - 2022/05/25

common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PUBLIC_REGISTRY := ghcr.io/ricosjp/allgebra
88
CI_REGISTRY_IMAGE ?= registry.ritc.jp/ricos/allgebra
99
CI_COMMIT_REF_NAME ?= manual_deploy
1010

11-
ALLGEBRA_VERSION := 22.05.3
11+
ALLGEBRA_VERSION := 22.05.4
1212
ALLGEBRA_TOPDIR := $(shell git rev-parse --show-toplevel)
1313
GIT_HASH := $(shell git rev-parse HEAD)
1414
BUILD_DATE := $(shell date --rfc-3339=ns)

0 commit comments

Comments
 (0)