Skip to content
This repository was archived by the owner on Jul 15, 2025. It is now read-only.

Commit b09654c

Browse files
authored
Merge pull request #10 from open-rmf/yadu/convert_changelog_to_rst
Bump 0.3.0 and switch to rst changelogs
2 parents 61c0add + 2e20c17 commit b09654c

File tree

3 files changed

+29
-20
lines changed

3 files changed

+29
-20
lines changed

CHANGELOG.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

CHANGELOG.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package pybind11_json_vendor
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
0.3.0 (2023-06-06)
6+
------------------
7+
* Switch to rst changelogs
8+
* Update maintainer
9+
* Add initial build workflow (`#9 <https://github.com/open-rmf/pybind11_json_vendor/issues/9>`_)
10+
* Contributors: Esteban Martinena, Yadunund
11+
12+
0.2.2 (2022-12-07)
13+
------------------
14+
* Support vendor-provided pybind11 upstream (`#8 <https://github.com/open-rmf/pybind11_json_vendor/pull/8>`_)
15+
* Suppress CMake external project 'update' phase (`#7 <https://github.com/open-rmf/pybind11_json_vendor/pull/7>`_)
16+
* Contributors: Scott K Logan
17+
18+
0.2.0 (2022-10-04)
19+
------------------
20+
* Updated nlohmann-json3-dev depend
21+
* Add missing dependency on nlohmann::json.
22+
* Add missing buildtool_depend on git
23+
* Contributors: Esteban Martinena, Scott K Logan, Steven! Ragnarök, youliang
24+
25+
0.1.0 (2022-02-14)
26+
------------------
27+
* Initial version

package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>pybind11_json_vendor</name>
5-
<version>0.2.2</version>
5+
<version>0.3.0</version>
66
<description>A vendor package for pybind11_json for Modern C++</description>
7-
<maintainer email="youliang@openrobotics.org">YouLiang</maintainer>
7+
<maintainer email="yadunund@openrobotics.org">Yadunund</maintainer>
88
<license>Apache License 2.0</license>
99

1010
<buildtool_depend>ament_cmake</buildtool_depend>

0 commit comments

Comments
 (0)