Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit 727511f

Browse files
authored
Merge pull request #127 from SumoLogic-Labs/shellbase-5.0.0
Shellbase 5.0.0
2 parents dbcf947 + 7062707 commit 727511f

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7-
Nothing right now. We plan to drop support for Scala 2.11 at a future time.
7+
Nothing right now.
8+
9+
## [5.0.0] - 2024-08-28
10+
### Changed
11+
- Switced over to Pekko instead of Akka
12+
- ... as a consequence of upgrading to slack-scala-client 1.0.1
13+
- Some other dependencies bumped
814

915
## [4.0.0] - 2024-06-24
1016
### Changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ outside this list)
7777
signing.gnupg.passphrase=${password_for_imported_sumoapi_key}
7878
```
7979
2. Remove `-SNAPSHOT` suffix from `version` in `build.gradle`
80-
3. Make a release branch with Scala version and project version, ex. `shellbase-3.0.1`:
80+
3. Make a release branch with Scala version and project version, ex. `shellbase-5.0.1`:
8181
```
82-
export RELEASE_VERSION=shellbase-3.0.1
82+
export RELEASE_VERSION=shellbase-5.0.1
8383
git checkout -b ${RELEASE_VERSION}
8484
git add build.gradle
8585
git commit -m "[release] ${RELEASE_VERSION}"
@@ -97,7 +97,7 @@ outside this list)
9797
5. Go to https://oss.sonatype.org/index.html#stagingRepositories, search for com.sumologic, close and release your repo.
9898
NOTE: If you had to login, reload the URL. It doesn't take you to the right page post-login
9999
6. Update the `README.md` and `CHANGELOG.md` with the new version and set upcoming snapshot `version`
100-
in `build.gradle`, ex. `3.0.2-SNAPSHOT`
100+
in `build.gradle`, ex. `5.0.2-SNAPSHOT`
101101
7. Commit the change and push as a PR:
102102
```
103103
git add build.gradle README.md CHANGELOG.md

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ allprojects {
3636
group = "com.sumologic.shellbase"
3737
description = "Sumo Logic's Scala-based interactive shell framework"
3838

39-
version = '4.0.1-SNAPSHOT'
39+
version = '5.0.0'
4040

4141
sourceCompatibility = javaSourceVersion
4242
targetCompatibility = javaTargetVersion

0 commit comments

Comments
 (0)