Skip to content

Commit

Permalink
Prepare next version 0.5.1 (#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzitnik authored Oct 23, 2023
1 parent d384444 commit 6a0856f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
CHC_BRANCH: "main"
CHC_VERSION: "0.5.0"
CHC_VERSION: "0.5.1"

jobs:
nightly:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
version:
description: "Release version"
required: true
default: "0.5.0-SNAPSHOT"
default: "0.5.1-SNAPSHOT"

jobs:
release:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.5.1
### Bug Fixes

## 0.5.0
### Breaking Changes
* ClickHouseByteBuffer can no longer be extended
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
</distributionManagement>

<properties>
<revision>0.5.0-SNAPSHOT</revision>
<revision>0.5.1-SNAPSHOT</revision>
<project.current.year>2023</project.current.year>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down Expand Up @@ -157,7 +157,7 @@
<sonar.moduleKey>${project.artifactId}</sonar.moduleKey>
<sonar.organization>zhicwu</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.projectVersion>0.5.0</sonar.projectVersion>
<sonar.projectVersion>0.5.1</sonar.projectVersion>
<sonar.cpd.exclusions>**/*0*.java,**/data/*Value.java,**/data/array/*Value.java,**/stream/*Stream.java</sonar.cpd.exclusions>
</properties>

Expand Down

0 comments on commit 6a0856f

Please sign in to comment.