Skip to content

Commit

Permalink
Release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer committed Mar 14, 2023
1 parent 53095a4 commit 74444e0
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 36 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changes in PHPUnuhi

All notable changes of SVRUnit releases are documented in this file
All notable changes of PHPUnuhi releases are documented in this file
using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.

## [unreleased]
## [1.8.0]

### Added

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boxblinkracer/phpunuhi",
"version": "1.7.0",
"version": "1.8.0",
"license": "MIT",
"description": "Easy tool to work with translation files for validation, exports, imports and more.",
"homepage": "https://github.com/boxblinkracer/phpunuhi",
Expand Down
62 changes: 31 additions & 31 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tests/svrunit/tests/version.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
commands:
- name: "Version is correct"
command: "(($EXEC)) --version --configuration=./tests/svrunit/formats/json/phpunuhi.xml"
expected: "PHPUnuhi 1.7.0"
expected: "PHPUnuhi 1.8.0"
- name: "Version is correct (command header)"
command: "(($EXEC)) status --configuration=./tests/svrunit/formats/json/phpunuhi.xml"
expected: "PHPUnuhi Framework, v1.7.0"
expected: "PHPUnuhi Framework, v1.8.0"

0 comments on commit 74444e0

Please sign in to comment.