Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer committed Jan 14, 2023
1 parent 1ef0e9f commit e7fec31
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
All notable changes of SVRUnit releases are documented in this file
using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.

## [unreleased]
## [1.1.0]

### Added

- OpenAI Translator now throws exception if no API key was set
- `config.xsd` for autocompletion in IDEs and editors. Use either from the composer dependency `vendor/boxblinkracer/phpunuhi/config.xsd` or online `https://raw.githubusercontent.com/boxblinkracer/phpunuhi/main/config.xsd`
- Added new PHP Storage for array based translations
- Add coverage of all sets (total) to status command.
- Add new `config.xsd` for configuration file to use autocompletion in IDEs and editors. Use either from the composer dependency `vendor/boxblinkracer/phpunuhi/config.xsd` or online `https://raw.githubusercontent.com/boxblinkracer/phpunuhi/main/config.xsd`
- Add new "PHP" Storage for array based translations
- Add coverage result of all sets (total) to status command.
- OpenAI Translator and other translators now throw exceptions if no API key was set

### Changed

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.0.1",
"version": "1.1.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
2 changes: 1 addition & 1 deletion src/PHPUnuhi.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ class PHPUnuhi
/**
*
*/
public const VERSION = "1.0.1";
public const VERSION = "1.1.0";

}

0 comments on commit e7fec31

Please sign in to comment.