Skip to content

Commit cd02bd0

Browse files
committed
chore: Release version 1.42.0
1 parent e7ed32f commit cd02bd0

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# ChangeLog
22

3+
## [1.42.0](https://github.com/algolia/algoliasearch-client-scala/compare/1.41.0...1.42.0) (2021-08-03)
4+
5+
This version introduces some **breaking changes**.
6+
7+
### Fix
8+
9+
- **index**: batch index write operations (#636) ([ab766b0](https://github.com/algolia/algoliasearch-client-scala/commit/ab766b0))
10+
- **index**: `numericAttributesToIndex` deserialization (#637) ([e7ed32f](https://github.com/algolia/algoliasearch-client-scala/commit/e7ed32f))
11+
- **search**: make result fields optional (#635) ([cc048b0](https://github.com/algolia/algoliasearch-client-scala/commit/cc048b0))
12+
13+
14+
315
## [1.41.0](https://github.com/algolia/algoliasearch-client-scala/compare/1.40.0...1.41.0) (2021-07-23)
416

517
### Feat

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
<h4 align="center">The perfect starting point to integrate <a href="https://algolia.com" target="_blank">Algolia</a> within your Scala project</h4>
77

88
<p align="center">
9-
<a href="https://maven-badges.herokuapp.com/maven-central/com.algolia/algoliasearch-scala_2.11/"><img src="https://maven-badges.herokuapp.com/maven-central/com.algolia/algoliasearch-scala_2.11/badge.svg" alt="Licence"></img></a>
10-
<a href="https://travis-ci.org/algolia/algoliasearch-client-scala"><img src="https://travis-ci.org/algolia/algoliasearch-client-scala.png?branch=master" alt="Licence"></img></a>
11-
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="Licence"></img></a>
9+
<a href="https://maven-badges.herokuapp.com/maven-central/com.algolia/algoliasearch-scala_2.13/"><img src="https://maven-badges.herokuapp.com/maven-central/com.algolia/algoliasearch-scala_2.13/badge.svg" alt="Licence"></img></a>
10+
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="Licence"></img></a>
1211
</p>
1312
</p>
1413

release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
version=$(polyglot git next-version)
55
polyglot changelog "$version"
6-
sed -i '' "s/^version \:=.*\$/version := \"${version}\"/" version.sbt
7-
git add CHANGELOG.md build.sbt
6+
sed -i '' "s/^version in ThisBuild \:=.*\$/version in ThisBuild := \"${version}\"/" version.sbt
7+
git add CHANGELOG.md version.sbt
88
git commit -m "chore: Release version $version"
99
git tag "$version"

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "1.41.0"
1+
version in ThisBuild := "1.42.0"

0 commit comments

Comments
 (0)