Skip to content

Commit

Permalink
v0.8.0 (#844)
Browse files Browse the repository at this point in the history
Creates 0.8.0 commit
  • Loading branch information
RCHowell authored Oct 17, 2022
1 parent b4b7e1f commit d8bcf1f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

### Changed

### Deprecated

### Fixed

### Removed

### Security

## [0.8.0] - 2022-10-14

### Added
- `CHANGELOG.md` with back-filling of the previous releases to the change log to provide more visibility on unreleased
changes and make the release process easier by using the `unreleased` section of change log. The `CONTRIBUTING.md`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This project is published to [Maven Central](https://search.maven.org/artifact/o

| Group ID | Artifact ID | Recommended Version |
|----------|-------------|---------------------|
| `org.partiql` | `partiql-lang-kotlin` | `0.7.0`|
| `org.partiql` | `partiql-lang-kotlin` | `0.8.0`|


For Maven builds, add the following to your `pom.xml`:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ allprojects {

subprojects {
group = 'org.partiql'
version = '0.7.1-SNAPSHOT'
version = '0.8.0'
}

buildDir = new File(rootProject.projectDir, "gradle-build/" + project.name)
Expand Down

0 comments on commit d8bcf1f

Please sign in to comment.