Skip to content
This repository was archived by the owner on Jan 28, 2023. It is now read-only.

Commit 48b4f4c

Browse files
committed
v0.18.3 release
1 parent 3c8a228 commit 48b4f4c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# krangl
22

3-
[ ![Download](https://img.shields.io/badge/Maven%20Central-0.18.2-orange) ](https://mvnrepository.com/artifact/com.github.holgerbrandl/krangl) [![Build Status](https://github.com/holgerbrandl/krangl/workflows/build/badge.svg)](https://github.com/holgerbrandl/krangl/actions?query=workflow%3Abuild) [![Gitter](https://badges.gitter.im/holgerbrandl/krangl.svg)](https://gitter.im/holgerbrandl/krangl?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
3+
[ ![Download](https://img.shields.io/badge/Maven%20Central-0.18.3-orange) ](https://mvnrepository.com/artifact/com.github.holgerbrandl/krangl) [![Build Status](https://github.com/holgerbrandl/krangl/workflows/build/badge.svg)](https://github.com/holgerbrandl/krangl/actions?query=workflow%3Abuild) [![Gitter](https://badges.gitter.im/holgerbrandl/krangl.svg)](https://gitter.im/holgerbrandl/krangl?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
44

55
`krangl` is a {K}otlin library for data w{rangl}ing. By implementing a grammar of data manipulation using a modern functional-style API, it allows to filter, transform, aggregate and reshape tabular data.
66

@@ -32,7 +32,7 @@ repositories {
3232
}
3333
3434
dependencies {
35-
implementation "com.github.holgerbrandl:krangl:0.18.2"
35+
implementation "com.github.holgerbrandl:krangl:0.18.3"
3636
}
3737
```
3838
Declaring the repository is purely optional as it is the default already.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ test {
109109
//http://stackoverflow.com/questions/34377367/why-is-gradle-install-replacing-my-version-with-unspecified
110110
group 'com.github.holgerbrandl'
111111
//version '0.16.95'
112-
version '0.18.2'
112+
version '0.18.3'
113113

114114
processJupyterApiResources {
115115
libraryProducers = ["krangl.integration.Integration"]

docs/userguide/docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[ ![Download](https://img.shields.io/badge/Maven%20Central-0.18.2-orange) ](https://mvnrepository.com/artifact/com.github.holgerbrandl.krangl/krangl) [![Build Status](https://github.com/holgerbrandl/krangl/workflows/build/badge.svg)](https://github.com/holgerbrandl/krangl/actions?query=workflow%3Abuild) [![Gitter](https://badges.gitter.im/holgerbrandl/krangl.svg)](https://gitter.im/holgerbrandl/krangl?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
1+
[ ![Download](https://img.shields.io/badge/Maven%20Central-0.18.3-orange) ](https://mvnrepository.com/artifact/com.github.holgerbrandl.krangl/krangl) [![Build Status](https://github.com/holgerbrandl/krangl/workflows/build/badge.svg)](https://github.com/holgerbrandl/krangl/actions?query=workflow%3Abuild) [![Gitter](https://badges.gitter.im/holgerbrandl/krangl.svg)](https://gitter.im/holgerbrandl/krangl?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
22

33
This is the manual of [krangl](https://github.com/holgerbrandl/krangl).
44

@@ -40,7 +40,7 @@ repositories {
4040
}
4141
4242
dependencies {
43-
implementation "com.github.holgerbrandl:krangl:0.18.2"
43+
implementation "com.github.holgerbrandl:krangl:0.18.3"
4444
}
4545
```
4646
Declaring the repository is purely optional as it is the default already.

0 commit comments

Comments
 (0)