Skip to content

Commit

Permalink
Updated the readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
renep committed Aug 3, 2023
1 parent e367feb commit ddea505
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# 0.23.1 (Aug 2, 2023)
# 0.23.2 (Aug 3, 2023)

Changes:
- Added Xcode 14 specific simulator list for iOS
* Added Xcode 14 specific simulator list for iOS

Bugfixes:
* Made sure that the simulator for one runtime are only created once

# 0.23.1 (Apr 25, 2023)

Changes:
- Test that are markted as expected failues, are marked as passed. Issue #460
* Test that are markted as expected failues, are marked as passed. Issue #460

# 0.23.0 (Apr 24, 2023)

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Here a brief overview of the features:
* Java 1.6 or greater


### Current stable version is 0.23.0
### Current stable version is 0.23.2


## Parameters Documentation
Expand Down Expand Up @@ -58,7 +58,7 @@ buildscript {
}
dependencies {
classpath "org.openbakery:xcode-plugin:0.22.+"
classpath "org.openbakery:xcode-plugin:0.23.+"
}
}
Expand All @@ -69,7 +69,7 @@ apply plugin: "org.openbakery.xcode-plugin"

When using the [openbakery.org](https://openbakery.org) repository you can also get the latest develop version by including `develop` into the version pattern. e.g.:
```
classpath "org.openbakery:xcode-plugin:0.23.0.develop.+"
classpath "org.openbakery:xcode-plugin:0.23.2.develop.+"
```

The develop version contains all the changes from the develop branch, where all the fixes and feature are implemented. The development version is deployed automatically when all the projects unit tests are successful, and also the if the example projects build.
Expand Down

0 comments on commit ddea505

Please sign in to comment.