Skip to content

Latest commit

 

History

History
247 lines (189 loc) · 11.2 KB

NEWS.md

File metadata and controls

247 lines (189 loc) · 11.2 KB

autonewsmd NEWS

v0.0.7 (2024-05-27)

Bug fixes

  • merged fix regarding gitlab-comparison urls into development (9033c3c)
  • fixed issue with presence of multiple associated remote repos (341960a)
  • moving from rmarkdown to quarto for rendering news.md (80a8fca)
  • addresses issue with gitlab comparison found by @joundso (c5ae722)
  • “compare”-url generation now has a slash in it (b7afdc1)

CI

  • updated gha (982578f)
  • another try to fix tinytex-installation on macos (c10cb1b)
  • re-introduced pandoc installation for macos runners (54b022b)
  • added quarto installation to gha (11adf80)

Other changes

  • version bump to 0.0.7 (2154de3)
  • fixed deps url (ab71f0d)
  • removed default image extension causing errors with badge urls (0bdeb96)
  • added readme.qmd and urls displaying asis (6db029b)
  • now with automatically generated readme (8abcbe9)
  • changed docs to avoid tools::checkRd complaining about regex pattern (c4b6773)
  • updated news.md (d30b576)
  • added message to indicate location of copied output file (1ce501a)
  • updated latest dev version (903fff6)
  • updated description (77dc1d9)
  • updated news.md to v0.0.6 (a5f4da2)
  • more informative error messages (04f115a)
  • added pkg to readme (c84e5ec)
  • merged yihuis patch (851b893)
  • updated readme, news.md (647a8c7)
  • fixed cran-checks badge (f24b8e5)
  • added authors-block to readme (a9211ea)
  • added mlsurvlrnrs pkg to used by section (3d5a012)
  • merge pull request #5 from kapsner/development (3b07f0a)
  • updated news.md (5decf24)

Full set of changes: v0.0.4...v0.0.7

v0.0.4 (2022-10-31)

New features

  • finalizing support for breaking changes (214ebf5)
  • add support for breaking changes in commit summary (22c8ea8)
  • add option to set remote tracking repo (57263db)

Bug fixes

  • fixed issue when only one commit available (1c323d1)
  • fixed reference to type_mappings in private (65ece46)

Refactorings

  • streamlining r6-code (5e76f61)
  • default interactive answer to na (9962291)
  • commit types to private (e16c7da)

Tests

  • add unittest for breaking changes (f6fcfa5)

CI

Docs

  • updated vignette and readme (a8ad163)
  • specifying bc in readme (7e04e68)
  • updated readme (47188a7)
  • ref to readme in vignette (ac12080)
  • table with commit types and section related packages (98fb4b1)

Other changes

Full set of changes: v0.0.3...v0.0.4

v0.0.3 (2022-09-03)

Bug fixes

Refactorings

  • deleting template file after rendering changelog (7324322)

Docs

Other changes

Full set of changes: v0.0.2...v0.0.3

v0.0.2 (2022-08-31)

New features

  • prompting for user input before writing the changelog file (2cb392e)

Bug fixes

  • added importfrom utils askyesno to namespace (3c3a4e2)

Tests

  • hot-fix to fix failing unit tests on read-only systems (771a334)
  • increasing test coverage (c3b499d)

Docs

  • documented con-argument of write (e37f63a)
  • added cran installation and cran badges (de3c6bc)

Other changes

Full set of changes: v0.0.1...v0.0.2

v0.0.1 (2022-08-27)

Bug fixes

  • addressing comments raised during the first submission to cran (fbab006)

Tests

  • fixing unit-tests on windows 3 (03a28de)
  • fixing unit-tests on windows 2 (fafad0a)
  • fixing unit-tests on windows (f9e9a55)

CI

  • add libharfbuzz-dev libfribidi-dev dependencies (0c29e16)
  • added installation of libgit-dev to prerequisites (73b63ea)

Other changes

Full set of changes: 1455a33...v0.0.1