Skip to content

Commit

Permalink
Version 1.0 released!
Browse files Browse the repository at this point in the history
  • Loading branch information
philiplb committed Jan 14, 2020
1 parent fa9d600 commit e52d851
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
Valdi Changelog
===============

## 1.0.0
## 1.1.0

Released: Upcoming

## 1.0.0

Released: 2020-01-14

- Valdi itself entered the 1.0!
- Attention: The minimum required PHP version is now 7.0

Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Reasons to use Valdi:

Find out more and get started with the documentation. This documentation is available for each version:

* [1.0.0](https://philiplb.github.io/Valdi/docs/html/1.0.0) (Upcoming)
* [1.0.0](https://philiplb.github.io/Valdi/docs/html/1.0.0)
* [0.12.0](https://philiplb.github.io/Valdi/docs/html/0.12.0)
* [0.11.0](https://philiplb.github.io/Valdi/docs/html/0.11.0)
* [0.10.0](https://philiplb.github.io/Valdi/docs/html/0.10.0)
Expand All @@ -36,18 +36,17 @@ Valdi uses [Semantic Versioning](https://semver.org/).

### Stable


```json
"require": {
"philiplb/valdi": "0.12.0"
"philiplb/valdi": "^1.0"
}
```

### Bleeding Edge

```json
"require": {
"philiplb/valdi": "1.0.x-dev"
"philiplb/valdi": "1.1.x-dev"
}
```

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

0 comments on commit e52d851

Please sign in to comment.