Skip to content

Commit

Permalink
Release version 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Jan 25, 2024
1 parent 253db8c commit 9ff4690
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.4.0
### Added
- Publish artifacts for the `wasmJs` target. This target is experimental and not tested on CI.

## 3.3.3
### Changed
- Use unique namespace for all android extensions and disable BuildConfig generation. Thanks to @frett for the contribution ([#45](https://github.com/ajalt/colormath/issues/45))
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@ Colormath is distributed through [Maven Central](https://search.maven.org/artifa

```groovy
dependencies {
implementation("com.github.ajalt.colormath:colormath:3.3.3")
implementation("com.github.ajalt.colormath:colormath:3.4.0")
// optional extensions for interop with other platforms
//
// android.graphics.Color
implementation("com.github.ajalt.colormath:colormath-ext-android-color:3.3.3")
implementation("com.github.ajalt.colormath:colormath-ext-android-color:3.4.0")
// androidx.annotation.ColorInt
implementation("com.github.ajalt.colormath:colormath-ext-android-colorint:3.3.3")
implementation("com.github.ajalt.colormath:colormath-ext-android-colorint:3.4.0")
// androidx.compose.ui.graphics.Color
implementation("com.github.ajalt.colormath:colormath-ext-jetpack-compose:3.3.3")
implementation("com.github.ajalt.colormath:colormath-ext-jetpack-compose:3.4.0")
}
```

Expand All @@ -80,7 +80,7 @@ targets, as well as `mingwX64` and `wasm`.
<details>
<summary>Snapshot builds are also available</summary>

<a href="https://oss.sonatype.org/content/repositories/snapshots/com/github/ajalt/colormath/colormath"><img src="https://img.shields.io/nexus/s/com.github.ajalt.colormath/colormath?color=blue&label=latest%20shapshot&server=https%3A%2F%2Foss.sonatype.org"/></a>
<a href="https://oss.sonatype.org/content/repositories/snapshots/com/github/ajalt/colormath/colormath/"><img src="https://img.shields.io/nexus/s/com.github.ajalt.colormath/colormath?color=blue&label=latest%20shapshot&server=https%3A%2F%2Foss.sonatype.org"/></a>

<p>
You'll need to add the Sonatype snapshots repository:
Expand Down
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
VERSION_NAME=3.3.3

VERSION_NAME=3.4.0
kotlin.mpp.stability.nowarn=true
android.useAndroidX=true

Expand Down

0 comments on commit 9ff4690

Please sign in to comment.