Skip to content

Latest commit

 

History

History
75 lines (60 loc) · 2.44 KB

File metadata and controls

75 lines (60 loc) · 2.44 KB

Changelog for package rpyutils

0.7.2 (2026-04-09)

  • Enforce ament_mypy --ament-strict (#22)
  • Contributors: Michael Carlstrom

0.7.1 (2025-07-29)

  • fix setuptools deprecations (#17)
  • Contributors: mosfet80

0.7.0 (2025-04-24)

0.6.2 (2025-04-18)

  • Add py.typed to Package Data (#16)
  • Contributors: Michael Carlstrom

0.6.1 (2024-12-20)

  • Add Create py.typed (#15)
  • Remove CODEOWNERS and mirror-rolling-to-master workflow. (#13)
  • Contributors: Chris Lalancette, Michael Carlstrom

0.6.0 (2024-10-03)

  • Add types and ament_mypy to rpyutils. (#12)
  • Contributors: Michael Carlstrom

0.5.0 (2024-04-26)

0.4.1 (2023-08-21)

  • correct the URL and f-strings format (#11)
  • Contributors: Chen Lihui

0.4.0 (2023-04-28)

0.3.2 (2023-02-13)

  • [rolling] Update maintainers - 2022-11-07 (#10)
  • Contributors: Audrow Nash

0.3.1 (2022-09-13)

  • Mirror rolling to master
  • updating maintainer
  • Contributors: Audrow Nash, Dharini Dutia

0.3.0 (2022-05-04)

0.2.1 (2022-03-01)

  • Make sure to call abspath when adding Windows DLL directories. (#8)
  • Update troubleshooting links to docs.ros.org (#6)
  • Contributors: Chris Lalancette, Christophe Bedard

0.2.0 (2020-09-11)

  • Create a shared function for importing c libraries (#4)
  • Add pytest.ini so local tests don't display warning (#3)
  • Contributors: Chris Lalancette, Emerson Knapp

0.1.0 (2020-05-18)

  • Add context manager for adding DLL directories to the search path (#2)
  • Add package files and linter tests (#1)
  • Contributors: Jacob Perron