Skip to content

Commit

Permalink
Prepare for release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pubiqq committed Jul 7, 2023
1 parent e304f1b commit 33a2bed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
Change Log
==========

## 2.1.0-SNAPSHOT
## 2.1.0

_2023-07-07_

No changes except dependency updates.

### Library dependency updates

Expand All @@ -18,7 +22,7 @@ _2023-06-13_
### What's new

- Added global configurations for lifecycle-aware properties (see
[`LifecycleProps`](lifecycleprops/src/main/kotlin/com/pubiqq/lifecycleprops/LifecycleProps.kt)).
[`LifecycleProps`](https://github.com/pubiqq/lifecycleprops/blob/2.0.0/lifecycleprops/src/main/kotlin/com/pubiqq/lifecycleprops/LifecycleProps.kt)).
- `lifecycleAware` and `viewLifecycleAware` delegates now throw an exception if the property value
is not initialized when a lifecycle event with a handler occurs (before, the delegates didn't
throw exceptions in this case). This change is made to ensure that all lifecycle event handlers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package com.pubiqq.lifecycleprops.build_logic.library

object Config {
const val Group = "io.github.pubiqq"
const val Version = "2.1.0-SNAPSHOT"
const val Version = "2.1.0"

const val MinSdk = 14
const val CompileSdk = 33
Expand Down

0 comments on commit 33a2bed

Please sign in to comment.