File tree Expand file tree Collapse file tree 4 files changed +17
-6
lines changed Expand file tree Collapse file tree 4 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 33
44version=$( polyglot git next-version)
55polyglot 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
88git commit -m " chore: Release version $version "
99git tag " $version "
Original file line number Diff line number Diff line change 1- version in ThisBuild := " 1.41 .0"
1+ version in ThisBuild := " 1.42 .0"
You can’t perform that action at this time.
0 commit comments