Skip to content

Commit 550f3e7

Browse files
authored
Merge pull request #10 from open-code-modeling/0.2.x-merge-up-into-0.3.x_5fb7df24d250b5.63854803
Merge release 0.2.1 into 0.3.x
2 parents 82adff3 + 3be25e3 commit 550f3e7

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,25 @@ All notable changes to this project will be documented in this file, in reverse
2424

2525
- Nothing.
2626

27+
## 0.2.1 - 2020-11-20
28+
29+
30+
-----
31+
32+
### Release Notes for [0.2.1](https://github.com/open-code-modeling/json-schema-to-php-ast/milestone/3)
33+
34+
0.2.x bugfix release (patch)
35+
36+
### 0.2.1
37+
38+
- Total issues resolved: **1**
39+
- Total pull requests resolved: **0**
40+
- Total contributors: **1**
41+
42+
#### bug
43+
44+
- [9: Allow Composer dependency open-code-modeling/json-schema-to-php 0.1.0](https://github.com/open-code-modeling/json-schema-to-php-ast/issues/9) thanks to @sandrokeil
45+
2746
## 0.2.0 - 2020-11-20
2847

2948

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
},
3434
"require": {
3535
"php": "^7.4 || ^8.0",
36-
"open-code-modeling/json-schema-to-php": "dev-master",
37-
"open-code-modeling/php-code-ast": "^0.8.6|dev-master"
36+
"open-code-modeling/json-schema-to-php": "^0.1.0 || dev-master",
37+
"open-code-modeling/php-code-ast": "^0.8.6 || dev-master"
3838
},
3939
"require-dev": {
4040
"jangregor/phpstan-prophecy": "^0.8.0",

0 commit comments

Comments
 (0)