Skip to content

Commit

Permalink
Merge pull request #120 from SumoLogic-Labs/shellbase-4.0.0
Browse files Browse the repository at this point in the history
[release] Updating version after release
  • Loading branch information
mccartney authored Jun 24, 2024
2 parents 1f6621f + 799ef76 commit 419500f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).

Nothing right now. We plan to drop support for Scala 2.11 at a future time.

## [4.0.0] - 2024-06-24
### Changed
- Dependency version bump, incl. Velocity
- Dropped support for Scala 2.11

## [3.0.0] - 2022-07-13
### Changed
- added support for comments at the end of the command line, which resulted
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ These are the components we provide:
<dependency>
<groupId>com.sumologic.shellbase</groupId>
<artifactId>shellbase-core_2.13</artifactId>
<version>3.0.0</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>com.sumologic.shellbase</groupId>
<artifactId>shellbase-slack_2.13</artifactId>
<version>3.0.0</version>
<version>4.0.0</version>
</dependency>
```

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 {
group = "com.sumologic.shellbase"
description = "Sumo Logic's Scala-based interactive shell framework"

version = '4.0.0'
version = '4.0.1-SNAPSHOT'

sourceCompatibility = javaSourceVersion
targetCompatibility = javaTargetVersion
Expand Down

0 comments on commit 419500f

Please sign in to comment.