Skip to content

Commit

Permalink
prepare next dev cycle for v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed Apr 4, 2024
1 parent 9fc23cb commit 5922c7e
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .gt/remotes/tegonal-gh-commons/pull-hook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
# /___/ Please report bugs and contribute back your improvements
#
# Version: v0.1.0
# Version: v0.2.0-SNAPSHOT
###################################
set -euo pipefail
shopt -s inherit_errexit
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<!-- for main -->
<!--

[![Download](https://img.shields.io/badge/Download-v0.1.0-%23007ec6)](https://github.com/tegonal/scala-commons/releases/tag/v0.1.0)
[![Apache 2.0](https://img.shields.io/badge/%E2%9A%96-Apache%202.0-%230b45a6)](http://opensource.org/licenses/Apache2.0 "License")
[![Quality Assurance](https://github.com/tegonal/scala-commons/actions/workflows/quality-assurance.yml/badge.svg?event=push&branch=main)](https://github.com/tegonal/scala-commons/actions/workflows/quality-assurance.yml?query=branch%3Amain)
[![Newcomers Welcome](https://img.shields.io/badge/%F0%9F%91%8B-Newcomers%20Welcome-blueviolet)](https://github.com/tegonal/scala-commons/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 "Ask in discussions for help")
-->

<!-- for main end -->
<!-- for release -->

<!--
[![Download](https://img.shields.io/badge/Download-v0.1.0-%23007ec6)](https://github.com/tegonal/scala-commons/releases/tag/v0.1.0)
[![EUPL 1.2](https://img.shields.io/badge/%E2%9A%96-EUPL%2201.2-%230b45a6)](https://joinup.ec.europa.eu/collection/eupl/eupl-text-11-12 "License")
[![Newcomers Welcome](https://img.shields.io/badge/%F0%9F%91%8B-Newcomers%20Welcome-blueviolet)](https://github.com/tegonal/scala-commons/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 "Ask in discussions for help")

-->
<!-- for release end -->

# scala-commons
Expand All @@ -26,13 +26,13 @@ It contains functions such as:

and many more, making our code more readable.

<!---
---
❗ You are taking a *sneak peek* at the next version. It could be that some features you find on this page are not
released yet.
Please have a look at the README of the corresponding release/git tag. Latest
version: [README of v0.1.0](https://github.com/tegonal/scala-commons/tree/v0.1.0/README.md).

--->
---

**Table of Content**

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import sbt.url

name := "scala-commons"
ThisBuild / version := "0.1.0"
ThisBuild / version := "0.2.0-SNAPSHOT"
ThisBuild / organization := "com.tegonal"
ThisBuild / description := "A library containing utility and helper functions for scala"

Expand Down
2 changes: 1 addition & 1 deletion scripts/before-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
# /___/ Please report bugs and contribute back your improvements
#
# Version: v0.1.0
# Version: v0.2.0-SNAPSHOT
###################################
set -euo pipefail
shopt -s inherit_errexit
Expand Down
2 changes: 1 addition & 1 deletion scripts/cleanup-on-push-to-main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
# /___/ Please report bugs and contribute back your improvements
#
# Version: v0.1.0
# Version: v0.2.0-SNAPSHOT
###################################
set -euo pipefail
shopt -s inherit_errexit
Expand Down
4 changes: 2 additions & 2 deletions scripts/prepare-next-dev-cycle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
# /___/ Please report bugs and contribute back your improvements
#
# Version: v0.1.0
# Version: v0.2.0-SNAPSHOT
###################################
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
SCALA_COMMONS_VERSION="v0.1.0"
SCALA_COMMONS_VERSION="v0.2.0-SNAPSHOT"

if ! [[ -v scriptsDir ]]; then
scriptsDir="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)"
Expand Down
4 changes: 2 additions & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v0.1.0
# Version: v0.2.0-SNAPSHOT
###################################
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
SCALA_COMMONS_VERSION="v0.1.0"
SCALA_COMMONS_VERSION="v0.2.0-SNAPSHOT"

if ! [[ -v scriptsDir ]]; then
scriptsDir="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)"
Expand Down
2 changes: 1 addition & 1 deletion scripts/run-shellcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
# /___/ Please report bugs and contribute back your improvements
#
# Version: v0.1.0
# Version: v0.2.0-SNAPSHOT
###################################
set -euo pipefail
shopt -s inherit_errexit
Expand Down

0 comments on commit 5922c7e

Please sign in to comment.