Skip to content

Commit bbfb829

Browse files
committed
Update deps
1 parent 5d97537 commit bbfb829

File tree

4 files changed

+20
-14
lines changed

4 files changed

+20
-14
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.7.10] - 2020-05-20
8+
9+
### Added
10+
- Dependencies updated.
11+
712
## [1.7.9] - 2020-04-29
813

914
### Added
@@ -115,6 +120,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
115120
### Fixed
116121
- Local file resolver in references.
117122

123+
[1.7.10]: https://github.com/swaggest/json-cli/compare/v1.7.9...v1.7.10
118124
[1.7.9]: https://github.com/swaggest/json-cli/compare/v1.7.8...v1.7.9
119125
[1.7.8]: https://github.com/swaggest/json-cli/compare/v1.7.7...v1.7.8
120126
[1.7.7]: https://github.com/swaggest/json-cli/compare/v1.7.6...v1.7.7

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"symfony/yaml": "^3",
1717
"salsify/json-streaming-parser": "^7.0",
1818
"swaggest/json-schema": "^0.12.21",
19-
"swaggest/go-code-builder": "^0.4.37",
19+
"swaggest/go-code-builder": "^0.4.38",
2020
"swaggest/php-code-builder": "^0.2.8",
2121
"swaggest/code-builder": "^0.3.2",
2222
"swaggest/json-schema-maker": "^0.3.4"

composer.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class App extends Command\Application
99
{
10-
public static $ver = 'v1.7.9';
10+
public static $ver = 'v1.7.10';
1111

1212
public $diff;
1313
public $apply;

0 commit comments

Comments
 (0)