Skip to content

Commit

Permalink
chore(publish): prepare for v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Jul 22, 2024
1 parent 307d98a commit a32655b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## [Unreleased] - TBD

## [0.4.0] - Jul 20, 2024
- TDB

## [0.4.0] - Jul 22, 2024

### Update dependencies

Expand Down
24 changes: 21 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ Liked some of my work? Buy me a coffee (or more likely a beer)

<a href="https://www.buymeacoffee.com/hoc081098" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-blue.png" alt="Buy Me A Coffee" height=64></a>

## Docs
## Docs & Installation

### **0.x release** docs: https://hoc081098.github.io/solivagant/docs/0.x

### Snapshot docs: https://hoc081098.github.io/solivagant/docs/latest

## Installation
### Installation

```kotlin
allprojects {
Expand All @@ -97,7 +97,25 @@ allprojects {
```

```kotlin
implementation("io.github.hoc081098:solivagant-navigation:0.3.0")
implementation("io.github.hoc081098:solivagant-navigation:0.4.0")
```

### Snapshot

<details>
<summary>Snapshots of the development version are available in Sonatype's snapshots repository.</summary>

```kotlin
allprojects {
repositories {
...
maven(url = "https://s01.oss.sonatype.org/content/repositories/snapshots/")
}
}

dependencies {
implementation("io.github.hoc081098:solivagant-navigation:0.4.1-SNAPSHOT")
}
```

## Getting started
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ kotlin.incremental=true
# POM
GROUP=io.github.hoc081098
# HEY! If you change the major version here be sure to update publish-release.yaml doc target folder!
VERSION_NAME=0.3.1-SNAPSHOT
VERSION_NAME=0.4.0
POM_INCEPTION_YEAR=2024

POM_URL=https://github.com/hoc081098/solivagant
Expand Down

0 comments on commit a32655b

Please sign in to comment.