Skip to content

Commit

Permalink
docs: update CHANGELOG and README for core 0.25.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed Sep 22, 2023
1 parent 13ce290 commit 5f1cd6e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion jib-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
All notable changes to this project will be documented in this file.

## [unreleased]

### Added
### Changed
### Fixed

## 0.25.0

### Changed
- deps: bump com.github.luben:zstd-jni from 1.5.5-2 to 1.5.5-4. ([#4049](https://github.com/GoogleContainerTools/jib/pull/4049/))
Expand Down
4 changes: 2 additions & 2 deletions jib-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ Add Jib Core as a dependency using Maven:
<dependency>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-core</artifactId>
<version>0.24.0</version>
<version>0.25.0</version>
</dependency>
```

Add Jib Core as a dependency using Gradle:

```groovy
dependencies {
compile 'com.google.cloud.tools:jib-core:0.24.0'
compile 'com.google.cloud.tools:jib-core:0.25.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion jib-core/examples/build.gradle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.google.cloud.tools:jib-core:0.24.0'
classpath 'com.google.cloud.tools:jib-core:0.25.0'
}
}
Expand Down

0 comments on commit 5f1cd6e

Please sign in to comment.