Skip to content

Commit

Permalink
chore: bump version to 1.1.0 (#24)
Browse files Browse the repository at this point in the history
* update changelog

Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>

* 1.1.0

---------

Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
youtalk authored Jan 27, 2025
1 parent df33906 commit 7115d01
Showing 4 changed files with 14 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test-differential.yaml
Original file line number Diff line number Diff line change
@@ -57,6 +57,7 @@ jobs:
with:
rosdistro: ${{ matrix.rosdistro }}
target-packages: ${{ steps.get-modified-packages.outputs.modified-packages }}
build-depends-repos: build_depends.repos

- name: Test
id: test
@@ -65,6 +66,7 @@ jobs:
with:
rosdistro: ${{ matrix.rosdistro }}
target-packages: ${{ steps.get-modified-packages.outputs.modified-packages }}
build-depends-repos: build_depends.repos

- name: Upload coverage to CodeCov
if: ${{ steps.test.outputs.coverage-report-files != '' }}
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
@@ -45,6 +45,7 @@ jobs:
with:
rosdistro: ${{ matrix.rosdistro }}
target-packages: ${{ steps.get-self-packages.outputs.self-packages }}
build-depends-repos: build_depends.repos

- name: Test
if: ${{ steps.get-self-packages.outputs.self-packages != '' }}
@@ -53,6 +54,7 @@ jobs:
with:
rosdistro: ${{ matrix.rosdistro }}
target-packages: ${{ steps.get-self-packages.outputs.self-packages }}
build-depends-repos: build_depends.repos

- name: Upload coverage to CodeCov
if: ${{ steps.test.outputs.coverage-report-files != '' }}
9 changes: 9 additions & 0 deletions autoware_utils/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -2,6 +2,15 @@
Changelog for package autoware_utils
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.1.0 (2025-01-27)
------------------
* feat(autoware_utils): porting from autoware_universe_utils (`#23 <https://github.com/autowarefoundation/autoware_utils/issues/23>`_)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: NorahXiong <norah.xiong@autocore.ai>
* chore: sync files (`#17 <https://github.com/autowarefoundation/autoware_utils/issues/17>`_)
* fix(autoware_utils): fix links to issues in CHANGELOG.rst files (`#15 <https://github.com/autowarefoundation/autoware_utils/issues/15>`_)
* Contributors: Esteve Fernandez, JianKangEgon, awf-autoware-bot[bot]

1.0.0 (2024-05-02)
------------------
* Merge pull request `#2 <https://github.com/autowarefoundation/autoware_utils/issues/2>`_ from youtalk/import-from-autoware-common
2 changes: 1 addition & 1 deletion autoware_utils/package.xml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>autoware_utils</name>
<version>1.0.0</version>
<version>1.1.0</version>
<description>The autoware_utils package</description>
<maintainer email="egon.kang@autocore.ai">Jian Kang</maintainer>
<maintainer email="ryohsuke.mitsudome@tier4.jp">Ryohsuke Mitsudome</maintainer>

0 comments on commit 7115d01

Please sign in to comment.