Skip to content

Commit

Permalink
version 0.10.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
philiplb committed Aug 30, 2016
1 parent e35ac6c commit e3c15e6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
Valdi Changelog
===============

## 0.10.0
## 0.11.0

Released: Upcoming

## 0.10.0

Released: 2016-08-30

- Attention: The minimum PHP version is now 5.5
- Switched to the array shorthand
- Switched the versioning to SemVer

## 0.9.0

Released: 2016-07-17

First release.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Super simple, yet complete data validation.

## Getting Started

Find out more and get started with the [documentation](https://philiplb.github.io/Valdi/docs/html/0.9.0).
Find out more and get started with the [documentation](https://philiplb.github.io/Valdi/docs/html/0.10.0).

## Documentation

The documentation is available for each version:

* [0.10.0](https://philiplb.github.io/Valdi/docs/html/0.10.0) (Upcoming)
* [0.10.0](https://philiplb.github.io/Valdi/docs/html/0.10.0)
* [0.9.0](https://philiplb.github.io/Valdi/docs/html/0.9.0)

## Package
Expand All @@ -25,15 +25,15 @@ The documentation is available for each version:

```json
"require": {
"philiplb/valdi": "0.9.0"
"philiplb/valdi": "0.10.0"
}
```

### Bleeding Edge

```json
"require": {
"philiplb/valdi": "0.9.x-dev"
"philiplb/valdi": "0.11.x-dev"
}
```

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.10.x-dev"
"dev-master": "0.11.x-dev"
}
}
}

0 comments on commit e3c15e6

Please sign in to comment.