Skip to content

Commit

Permalink
Prepare for release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MiSikora committed Oct 14, 2020
1 parent cdd5b30 commit 77e690e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log
==========

Version 0.6.2 *(2020-10-12)*
----------------------------

* Deprecate `SharedPreferenceFeatureStorage` and add public extension factory methods. Implementation will be hidden in a next minor release.
* Hide `DataStoreFeatureStorage` behind public extension builder methods.
* Allow to order Laboratory Hyperion plugin with a `io_mehow_laboratory_plugin_id` resource.

Version 0.6.1 *(2020-10-12)*
----------------------------

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ By default, if a feature is not set, the first enum value that has has `isDefaul

| Artifact | Description |
| ----------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| `io.mehow.laboratory:laboratory:0.6.1` | Core of the library. Defines classes and interfaces that you should interact with. It also provides a `Laboratory.inMemory()` method for tests. |
| `io.mehow.laboratory:laboratory-shared-preferences:0.6.1` | Provides implementation of `FeatureStorage` based on `SharedPreferences` and adds R8 rules for features. |
| `io.mehow.laboratory:laboratory-data-store:0.6.1` | Provides implementation of `FeatureStorage` based on Jetpack `DataStore` and adds R8 rules for features. |
| `io.mehow.laboratory:laboratory-inspector:0.6.1` | QA module that allows to preview all features and change them at runtime from one place. |
| `io.mehow.laboratory:laboratory-hyperion-plugin:0.6.1` | QA module that integrates `laboratory-inspector` with the [Hyperion](https://github.com/willowtreeapps/Hyperion-Android). |
| `io.mehow.laboratory:laboratory-gradle-plugin:0.6.1` | Gradle plugin for feature management. It is highly recommended to be used when `laboratory-inspector` is availalbe in the application. |
| `io.mehow.laboratory:laboratory-generator:0.6.1` | Generates feature flags and feature flag factory classes. |
| `io.mehow.laboratory:laboratory:0.6.2` | Core of the library. Defines classes and interfaces that you should interact with. It also provides a `Laboratory.inMemory()` method for tests. |
| `io.mehow.laboratory:laboratory-shared-preferences:0.6.2` | Provides implementation of `FeatureStorage` based on `SharedPreferences` and adds R8 rules for features. |
| `io.mehow.laboratory:laboratory-data-store:0.6.2` | Provides implementation of `FeatureStorage` based on Jetpack `DataStore` and adds R8 rules for features. |
| `io.mehow.laboratory:laboratory-inspector:0.6.2` | QA module that allows to preview all features and change them at runtime from one place. |
| `io.mehow.laboratory:laboratory-hyperion-plugin:0.6.2` | QA module that integrates `laboratory-inspector` with the [Hyperion](https://github.com/willowtreeapps/Hyperion-Android). |
| `io.mehow.laboratory:laboratory-gradle-plugin:0.6.2` | Gradle plugin for feature management. It is highly recommended to be used when `laboratory-inspector` is availalbe in the application. |
| `io.mehow.laboratory:laboratory-generator:0.6.2` | Generates feature flags and feature flag factory classes. |

## QA support

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=io.mehow.laboratory
VERSION_NAME=0.6.2-SNAPSHOT
VERSION_NAME=0.6.2

POM_DESCRIPTION=Library for feature flags management.

Expand Down

0 comments on commit 77e690e

Please sign in to comment.