Bump to 0.1.0

This commit is contained in:
Justin Abrahms 2022-08-29 11:26:21 -07:00
parent aa120bdc51
commit da4901acda
No known key found for this signature in database
GPG Key ID: 599E2E12011DC474
3 changed files with 9 additions and 3 deletions

View File

@ -65,7 +65,7 @@ class MyClass {
<dependency>
<groupId>dev.openfeature</groupId>
<artifactId>javasdk</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
```
@ -87,7 +87,7 @@ If you would like snapshot builds, this is the relevant repository information:
#### Gradle
```groovy
dependencies {
implementation 'dev.openfeature:javasdk:0.0.3-SNAPSHOT'
implementation 'dev.openfeature:javasdk:0.1.0'
}
```

6
docs/release.md Normal file
View File

@ -0,0 +1,6 @@
This is a simple checklist when performing a release.
1. Ensure we're up-to-date with the current spec via `./spec_finder.py --diff-output --refresh-spec`
2. Update `README.md` with the current spec that we're up to
3. Update `README.md` to keep the install instructions on the right version
4. Update `<version>` in pom.xml

View File

@ -4,7 +4,7 @@
<groupId>dev.openfeature</groupId>
<artifactId>javasdk</artifactId>
<version>0.0.3${version.modifier}</version>
<version>0.1.0${version.modifier}</version>
<properties>
<!-- During releases, we override this to make it empty -->