Skip to content

Commit 776007b

Browse files
authored
release: prepare release 1.5.0 (#134)
- Update READMEs - Set next version for next iteration in GitHub workflows
1 parent 89b4fea commit 776007b

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To enable automatic releases, you need to configure the following secrets in you
4444
## Release Process
4545

4646
### Automatic Release
47-
1. Create and push a new tag with semantic versioning format (e.g., `git tag 1.4.1 && git push origin 1.4.1`)
47+
1. Create and push a new tag with semantic versioning format (e.g., `git tag 1.5.0 && git push origin 1.5.0`)
4848
2. The release workflow will automatically:
4949
- Build and test the project
5050
- Sign the artifacts with GPG

.github/workflows/prepare_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
releaseVersion:
77
description: 'Release and tag version'
88
required: true
9-
default: "v1.5.0"
9+
default: "v1.6.0"
1010
developmentVersion:
1111
description: 'Version to use for new working copy'
1212
required: true

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## [Unreleased]
44

5+
## [1.5.0] - 2025-12-05
56
- Bump org.testcontainers from 1.21.3 to 2.0.1
67
- Bump logback-classic from 1.3.15 to 1.3.16
78
- Change `TARANTOOL_VERSION` default value from `2.11.2-ubuntu20.04` to `2.11.8-ubuntu20.04`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add the Maven dependency:
1414
<dependency>
1515
<groupId>io.tarantool</groupId>
1616
<artifactId>testcontainers-java-tarantool</artifactId>
17-
<version>1.4.1</version>
17+
<version>1.5.0</version>
1818
</dependency>
1919
```
2020

0 commit comments

Comments
 (0)