Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.2](v1.0.1...v1.0.2) (2023-07-31)

### Bug Fixes

* update format for merge request and merge response ([ad593cc](ad593cc))
  • Loading branch information
cake-lier committed Jul 31, 2023
1 parent ad593cc commit c52a2f2
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.2](https://github.com/cake-lier/tuples-space-client/compare/v1.0.1...v1.0.2) (2023-07-31)


### Bug Fixes

* update format for merge request and merge response ([ad593cc](https://github.com/cake-lier/tuples-space-client/commit/ad593cc8470a6aad81921b00e25af9bc06b0da7c))

## [1.0.1](https://github.com/cake-lier/tuples-space-client/compare/v1.0.0...v1.0.1) (2023-07-29)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
Add the following line to your `build.sbt` file:

```scala 3
libraryDependencies ++= Seq("io.github.cake-lier" % "tuples-space-client" % "1.0.1")
libraryDependencies ++= Seq("io.github.cake-lier" % "tuples-space-client" % "1.0.2")
```

This library is currently available only for scala 3.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ lazy val root = project
core
),
wartremoverErrors ++= Warts.allBut(Wart.ImplicitParameter),
version := "1.0.1",
version := "1.0.2",
coverageMinimumStmtTotal := 80,
coverageMinimumBranchTotal := 80,
headerLicense := Some(HeaderLicense.MIT(
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tuples-space-client",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sonar.projectKey=cake-lier_tuples-space-client
sonar.organization=cake-lier
sonar.projectName=tuples-space-client
sonar.projectVersion=1.0.1
sonar.projectVersion=1.0.2
sonar.scala.version=3.2
sonar.scala.coverage.reportPaths=target/scala-3.3.0/scoverage-report/scoverage.xml
sonar.sources=src/main/scala
Expand Down

0 comments on commit c52a2f2

Please sign in to comment.