Skip to content

Commit

Permalink
Released Yaml-2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 24, 2021
1 parent bd880ba commit 58a8402
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -17,7 +17,7 @@
}
],
"version": "2.1.0",
"time": "2019-01-14",
"time": "2021-10-24",
"repositories": [
{
"type": "pear",
Expand All @@ -42,4 +42,4 @@
"Horde_Yaml": "lib/"
}
}
}
}
1 change: 1 addition & 0 deletions doc/Horde/Yaml/CHANGES
Expand Up @@ -2,6 +2,7 @@
v2.1.0
------

[jan] Fix dumping empty arrays.
[jan] Add support for reading chomp operators.


Expand Down
2 changes: 1 addition & 1 deletion doc/Horde/Yaml/changelog.yml
Expand Up @@ -4,7 +4,7 @@
state:
release: stable
api: stable
date: 2018-01-21
date: 2021-10-24
license:
identifier: BSD-2-Clause
uri: http://www.horde.org/licenses/bsd
Expand Down
8 changes: 5 additions & 3 deletions package.xml
Expand Up @@ -4,7 +4,7 @@
<channel>pear.horde.org</channel>
<extends>Yaml</extends>
<summary>YAML parsing and writing library</summary>
<description>Classes for parsing YAML files into PHP arrays, and dumping PHP arrays into YAML encoding.</description>
<description>A library for parsing YAML files into PHP arrays, and dumping PHP arrays into YAML encoding.</description>
<lead>
<name>Mike Naberezny</name>
<user>mnaberez</user>
Expand All @@ -17,7 +17,7 @@
<email>chuck@horde.org</email>
<active>no</active>
</lead>
<date>2019-01-14</date>
<date>2021-10-24</date>
<version>
<release>2.1.0</release>
<api>1.0.0</api>
Expand All @@ -28,6 +28,7 @@
</stability>
<license uri="http://www.horde.org/licenses/bsd">BSD-2-Clause</license>
<notes>
* [jan] Fix dumping empty arrays.
* [jan] Add support for reading chomp operators.
</notes>
<contents>
Expand Down Expand Up @@ -358,9 +359,10 @@
<release>stable</release>
<api>stable</api>
</stability>
<date>2019-01-14</date>
<date>2018-01-21</date>
<license uri="http://www.horde.org/licenses/bsd">BSD-2-Clause</license>
<notes>
* [jan] Fix dumping empty arrays.
* [jan] Add support for reading chomp operators.
</notes>
</release>
Expand Down

0 comments on commit 58a8402

Please sign in to comment.