Skip to content

Commit

Permalink
Release Cuppa 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phillcunnington committed Sep 20, 2016
1 parent 160763e commit 38f2174
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Add a test dependency for Cuppa in your project's POM:
<dependency>
<groupId>org.forgerock.cuppa</groupId>
<artifactId>cuppa</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ allprojects {
apply plugin: 'jacoco'

group = 'org.forgerock.cuppa'
version = '1.2.0'
version = '1.3.0'

repositories {
mavenLocal()
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ kramdown:
hard_wrap: false
gems:
- jekyll-paginate
cuppa_version: 1.2.0
cuppa_version: 1.3.0
surefire_version: 2.19.1
github_url: https://github.com/cuppa-framework/cuppa
7 changes: 6 additions & 1 deletion docs/_data/authors.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
- id: joebandenburg
name: Joe Bandenburg
url: https://github.com/joebandenburg
email: joe@bandenburg.com
email: joe@bandenburg.com

- id: phillcunnington
name: Phill Cunnington
url: https://github.com/phillcunnington
email: phill.cunnington@forgerock.com
File renamed without changes.
11 changes: 11 additions & 0 deletions docs/_posts/2016-09-20-1.3.0-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: 1.3.0 Released
author: phillcunnington
---

**Cuppa 1.3.0 is now available.**

This release contains the an update to `Options` to make the set operation immutable and return a new copy of
itself and ability to remove `Option`s from `Options`.

Check out [the release](https://github.com/cuppa-framework/cuppa/releases/tag/v1.3.0).

0 comments on commit 38f2174

Please sign in to comment.