ros-humble-autoware-point-types (1.9.0-1jammy) jammy; urgency=high

  * Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
  * test(autoware_point_types): cover memory.hpp layout helpers and mark them inline (#1131 <https://github.com/autowarefoundation/autoware_core/issues/1131>)
    memory.hpp had zero test coverage for its eight is_data_layout_compatible_with_point_* overloads and four create_fields_point_* factories, and the free functions were defined non-inline in a header (an ODR hazard if the header is included in more than one translation unit).
    - Mark all memory.hpp free functions inline (additive, ODR-safe; existing signatures unchanged).
    - Add test/test_memory.cpp with round-trip (create -> is_compatible) checks for all four point types, exact create_fields_* content assertions, PointCloud2-overload forwarding, cross-type mismatch, and negative cases (wrong name/offset/datatype/count).
    - Pin the existing field-count guard contract: xyzi/xyzirc/xyziradrt use a 'size() < N' guard (extra trailing fields ignored, still accepted) while xyzircaedt uses a strict 'size() != 10' guard (extra fields rejected). Behavior is preserved; the test characterizes the current divergence.
    - Add sensor_msgs as a direct dependency (memory.hpp includes sensor_msgs headers directly) and register the new gtest in CMakeLists.txt.
    Refs: autowarefoundation/autoware_core#1096 <https://github.com/autowarefoundation/autoware_core/issues/1096>
  * Contributors: Yutaka Kondo, github-actions

 -- "David Wong" <david.wong@tier4.jp>  Tue, 23 Jun 2026 15:00:00 -0000

ros-humble-autoware-point-types (1.8.0-1jammy) jammy; urgency=high



 -- "David Wong" <david.wong@tier4.jp>  Thu, 30 Apr 2026 15:00:00 -0000

ros-humble-autoware-point-types (1.7.0-1jammy) jammy; urgency=high



 -- "David Wong" <david.wong@tier4.jp>  Fri, 13 Feb 2026 15:00:00 -0000

ros-humble-autoware-point-types (1.6.0-1jammy) jammy; urgency=high



 -- "David Wong" <david.wong@tier4.jp>  Mon, 29 Dec 2025 15:00:00 -0000

ros-humble-autoware-point-types (1.5.0-1jammy) jammy; urgency=high

  * Merge remote-tracking branch 'origin/main' into humble
  * feat: replace ament_auto_package to autoware_ament_auto_package (#700 <https://github.com/autowarefoundation/autoware_core/issues/700>)
    * replace ament_auto_package to autoware_ament_auto_package
    * style(pre-commit): autofix
    ---------
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  * chore: bump version (1.4.0) and update changelog (#608 <https://github.com/autowarefoundation/autoware_core/issues/608>)
  * Contributors: Mete Fatih Cırıt, Yutaka Kondo, mitsudome-r

 -- "David Wong" <david.wong@tier4.jp>  Sat, 15 Nov 2025 15:00:00 -0000

ros-humble-autoware-point-types (1.4.0-1jammy) jammy; urgency=high

  * chore: bump version to 1.3.0 (#554 <https://github.com/autowarefoundation/autoware_core/issues/554>)
  * Contributors: Ryohsuke Mitsudome

 -- "David Wong" <david.wong@tier4.jp>  Sun, 10 Aug 2025 15:00:00 -0000

ros-humble-autoware-point-types (1.3.0-1jammy) jammy; urgency=high

  * fix: to be consistent version in all package.xml(s)
  * chore: bump up version to 1.1.0 (#462 <https://github.com/autowarefoundation/autoware_core/issues/462>) (#464 <https://github.com/autowarefoundation/autoware_core/issues/464>)
  * Contributors: Yutaka Kondo, github-actions

 -- "David Wong" <david.wong@tier4.jp>  Sun, 22 Jun 2025 15:00:00 -0000

ros-humble-autoware-point-types (1.1.0-1jammy) jammy; urgency=high



 -- "David Wong" <david.wong@tier4.jp>  Wed, 30 Apr 2025 15:00:00 -0000

ros-humble-autoware-point-types (1.0.0-1jammy) jammy; urgency=high



 -- "David Wong" <david.wong@tier4.jp>  Sun, 30 Mar 2025 15:00:00 -0000

ros-humble-autoware-point-types (0.3.0-1jammy) jammy; urgency=high

  * chore: rename from autoware.core to autoware_core (#290 <https://github.com/autowarefoundation/autoware.core/issues/290>)
  * test(autoware_point_types): add tests for missed lines (#260 <https://github.com/autowarefoundation/autoware.core/issues/260>)
  * feat(point_types): reimplemented the pointcloud preprocesor's memory layout checks (#197 <https://github.com/autowarefoundation/autoware.core/issues/197>)
    feat: reimplemented the pointcloud preprocesor's memory layout checks in the point types package to avoid depending on the pointcloud preprocessor
  * Contributors: Kenzo Lobos Tsunekawa, NorahXiong, Yutaka Kondo

 -- "David Wong" <david.wong@tier4.jp>  Thu, 20 Mar 2025 15:00:00 -0000

ros-humble-autoware-point-types (0.2.0-1jammy) jammy; urgency=high

  * unify version to 0.1.0
  * update changelog
  * feat: port autoware_point_types from autoware_universe (#151 <https://github.com/autowarefoundation/autoware_core/issues/151>)
    * feat: port autoware_point_types from universe
    * chore: remove change log and reset version to 0.0.0
    * add myself as maintainer
    * docs: finish README.md
    * style(pre-commit): autofix
    * fix: fix pre-commit.ci error
    ---------
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Yutaka Kondo <mailto:yutaka.kondo@youtalk.jp>
  * Contributors: Yutaka Kondo, cyn-liu
  * feat: port autoware_point_types from autoware_universe (#151 <https://github.com/autowarefoundation/autoware_core/issues/151>)
    * feat: port autoware_point_types from universe
    * chore: remove change log and reset version to 0.0.0
    * add myself as maintainer
    * docs: finish README.md
    * style(pre-commit): autofix
    * fix: fix pre-commit.ci error
    ---------
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Yutaka Kondo <mailto:yutaka.kondo@youtalk.jp>
  * Contributors: cyn-liu

 -- "David Wong" <david.wong@tier4.jp>  Thu, 06 Feb 2025 15:00:00 -0000

ros-humble-autoware-point-types (0.0.0-1jammy) jammy; urgency=high



 -- "David Wong" <david.wong@tier4.jp>  Sun, 01 Dec 2024 15:00:00 -0000


