Skip to content

Commit

Permalink
Merge pull request #23 from bitPogo/release/0.2.0/prepare-0.2.0
Browse files Browse the repository at this point in the history
Prepare Release 0.2.0
  • Loading branch information
bitPogo authored Jun 20, 2022
2 parents 2864b88 + 79d3ed6 commit 7045e58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Bumped

## [0.2.0](https://github.com/bitPogo/kfixture/compare/v0.1.0...v0.2.0)

### Bumped

* Kotlin 1.6.10 -> 1.6.21
* AtomicFu 0.17.1 -> 0.17.3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ object FixtureConfiguration {
object Publishing : FixturePublishingConfiguration() {
val packageConfiguration = PackageConfiguration(
pom = PomConfiguration(
name = "fixture",
name = "KFixture Core",
description = "A tool to generate randomized test values for Kotlin Multiplatform.",
year = 2022,
url = "https://$gitHubRepositoryPath"
Expand Down

0 comments on commit 7045e58

Please sign in to comment.