Skip to content

Releases: mhatzl/mantra

v0.2.4

12 Sep 12:30
48b2920

Choose a tag to compare

0.2.4 (2023-09-12)

Bug Fixes

  • checkout project repo for report upload (6a55c3d)

v0.2.3

12 Sep 11:40
e5b47df

Choose a tag to compare

0.2.3 (2023-09-12)

Bug Fixes

  • add GITHUB_TOKEN for release report upload (1e59207)
  • remove dot from report extension (43f71a8)

v0.2.2

12 Sep 11:27
589c273

Choose a tag to compare

0.2.2 (2023-09-12)

Bug Fixes

  • split release report into multiple jobs (0dbadf0)

v0.2.1

12 Sep 10:10
6e90dd3

Choose a tag to compare

0.2.1 (2023-09-12)

Bug Fixes

  • add mantra container to release action (24fc391)

v0.2.0

12 Sep 10:07
0a8a87e

Choose a tag to compare

0.2.0 (2023-09-12)

Features

  • add action to build&push docker image (da8164c)
  • add action to test docker image (119cbaf)
  • add branch links to new ref entries (09f5804)
  • add check command (#14) (2eef2e4)
  • add check overview as pr comment (edb2266)
  • add check-pr workfow (e3888e4)
  • add checklist for manual requirements (8cba5d9)
  • add ci for mantra crate (3012a52)
  • add ignore file filter for referencing (#22) (164c58c)
  • add manual flag to ref list entries (58c8531), closes #4
  • add multi-repo support (#21) (74bcce0)
  • add release report (353384d), closes #3
  • add status cmd (#18) (abd870f)
  • add sync job to mantra workflow (eb75841)
  • attach release report to release action (0e0d574)
  • create basic docker image for mantra (b01e6fd)
  • handle deprecated flag per branch (252a032), closes #7
  • push link changes to main automatically (ca01d2b)
  • trigger mantra workflow on push to main (f94abdb)
  • update sidebar mantra info in wiki (#23) (2c62734)

Bug Fixes

  • adapt dockerfile to run mantra from actions (41dc590)
  • add git to dockerfile and allow git push (d4c4188)
  • add non-zero exit code on error (2274ef8)
  • add pull-request write permission (3c47161)
  • add ref for ref_req.ignore (3689b0f)
  • add references for branch link req (a472d0b)
  • convert check output for summary (9f7cad9)
  • enforce non-whitespace for req IDs (d6cc9a2)
  • escape escaped newline (cb301b3)
  • escape parentheses in check summary (7b3850b)
  • escape quote chars (850cf31)
  • escape quotes in replace pattern (2a390f5)
  • escape quotes in summary (bce3f62)
  • forward stdout and stderr to overview (f17dab0)
  • give full write permissions for testing (408c09d)
  • ignore wiki-links in verbatim context (cb1137b)
  • improve release report display for wiki links (2de0e72)
  • keep spaces as en spaces for summary (77482ee)
  • make filepaths in tests os independent (1be5a34)
  • mark output as env var for cat (4941087)
  • only output stdout in check workflow (5a03fa7)
  • remove auto generated wiki-links (59f51e4)
  • remove auto-lock-pr action (14b0d6e)
  • remove clutter from templates (67fe548)
  • remove dead code (ddbd8c0)
  • remove git status from mantra action (5486d74)
  • remove GITHUB_OUTPUT from workflow (0ae9f64)
  • remove link cmd (ef45e59), closes #13
  • remove manual flag TODO (6b569c4)
  • remove quote char in shell replacement (e1d3d4e)
  • remove quotes in echo (7550372)
  • remove summary prints in workflow (19583c3)
  • remove unused container volume settings (82ecd11)
  • rename release report step (5ac2585)
  • replace bad req id with correct one (7e4a5a5)
  • replace escaped new line for summary (cfdf2df)
  • replace escaped newline in pr comment (edfa7a0)
  • replace newline after quotes (451cdc1)
  • run mantra link explicitly in action (bf7e495)
  • set branch name automatically in sync-ci (ea1a239)
  • set wiki path directly to mantra cmd (85007a4)
  • surround output in quotes (5c001cd)
  • try adapt overview to accepted output format (f887b3f)
  • update doc-comment (e551e45)
  • use main tag for docker image (8bea695)
  • use actual newline as replacement (8b481ec)
  • use en-space to escape regular spaces (7b110d3)
  • use github output env in workflow (d9c61c3)
  • use PAT with workflow permissions (6ad2653)
  • use relative paths on empty wiki-prefix (b6bcfbc)
  • use target branch name for pr check (f1ea78b)
  • wrap output in echo (33fde6b)
  • write overview to workflow summary (33a2a19)

...

Read more

v0.1.0

01 Sep 08:44
80568bb

Choose a tag to compare

0.1.0 (2023-09-01)

Features

  • add in-sync info (219ec5c)
  • add map of wiki files having new ref cnts (91a4320)
  • add references map (00a3f90)
  • add test to check for correct wiki-link (ebfe163)
  • add wiki-link cmd (c4c1d6f)
  • create req heading matcher (530b453)
  • create wiki structure from directory (e629038)
  • detect reference changes (d235358)
  • extract reqs from single file (89fb8c9)
  • impl basic sync functionality (d80d948)
  • impl wiki-link creation (fedafb4)
  • setup mantra as rust crate (124f0c6)
  • setup sync as cli command (cec408d)

Bug Fixes

  • adapt template specific content (7421dcc)
  • add link to wiki (aafd55c)
  • apply clippy suggestions (a9fc32b)
  • correct meaning of statement (7b5431a)
  • correct spelling (8e4c18e)
  • correct spelling (d7231bd)
  • detect wrong links and end-of-file newline (4207d51)
  • determine cnt changes between wiki and RefMap (4a4a4ae)
  • enforce references list start (838fa68)
  • fix req id used in test (a7fcf21)
  • improve cli help (9f3ddbf)
  • improve doc and req references (209ee0b)
  • remove dead code (7e16a57)