Skip to content

Commit

Permalink
Update the docs for the 0.5.0 release (#121)
Browse files Browse the repository at this point in the history
* Update the docs for the 1.5.0 release

* properly set the version for the release
  • Loading branch information
jkwatson authored Aug 20, 2021
1 parent eba503a commit fe3dbed
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## Version 0.6.0 [Unreleased]
---

## Version 0.5.0

- The initial cold `AppStart` span now starts with the library initialization and continues until the first Activity has been restored.
- Span names now have their capitalization preserved, rather than being lower-cased everywhere.

---

## Version 0.4.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Then, add the latest release as a dependency in your application's build.gradle
```
dependencies {
...
implementation ("com.splunk:splunk-otel-android:0.4.0")
implementation ("com.splunk:splunk-otel-android:0.5.0")
...
}
```
Expand Down Expand Up @@ -109,7 +109,7 @@ Then, add the locally built library as a dependency in your application's build.
```
dependencies {
...
implementation ("com.splunk:splunk-otel-android:0.5.0-SNAPSHOT")
implementation ("com.splunk:splunk-otel-android:0.6.0-SNAPSHOT")
...
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true

version=0.5.0
version=0.6.0
group=com.splunk

0 comments on commit fe3dbed

Please sign in to comment.