Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich committed Jul 12, 2024
1 parent b571e69 commit d256dae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
0.2.0 (2024-07-11 16:00:00 -0700)
---------------------------------
- Initial released version of rosdoc2.
Previously, rosdoc2 installation required installing directly from the main branch on GitHub.
This release will be distributed by both PyPI and the ROS 2 repositories, allowing developers to
install the package as they do other ROS infrastructure packages.
2 changes: 1 addition & 1 deletion rosdoc2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.1.0'
__version__ = '0.2.0'

0 comments on commit d256dae

Please sign in to comment.