2024-04-05 21:14:14 by Benny Siegert | Files touched by this commit (161) | |
Log message:
Revbump all Go packages after go121 update
|
2024-03-19 11:12:12 by pin | Files touched by this commit (3) | |
Log message:
textproc/go-md2man: update to 2.0.4
What's Changed
Clean up build stuff by @cpuguy83 in #77
Bump actions/setup-go from 4 to 5 by @dependabot in #108
Bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by @dependabot in #114
Prepend table preprocessor by @cpuguy83 in #111
Fix trailing newline in code blocks by @cpuguy83 in #113
Fix escape characters for content with newline by @cpuguy83 in #112
|
2024-02-07 15:51:04 by Benny Siegert | Files touched by this commit (156) | |
Log message:
Revbump all Go packages after go121 update
|
2024-01-10 20:14:43 by Benny Siegert | Files touched by this commit (152) | |
Log message:
Revbump all Go packages after go121 update
|
2023-12-05 20:46:19 by Benny Siegert | Files touched by this commit (146) | |
Log message:
Revbump all Go packages after go121 update
|
2023-11-10 16:45:25 by Benny Siegert | Files touched by this commit (152) | |
Log message:
Revbump all Go packages after go121 update
|
2023-10-29 15:48:24 by Benny Siegert | Files touched by this commit (152) |
Log message:
Revbump all Go packages because go121 is now the default
|
2023-10-15 14:04:35 by Benny Siegert | Files touched by this commit (155) | |
Log message:
Revbump all Go packages after go120 security update
|
2023-10-13 14:31:43 by pin | Files touched by this commit (2) | |
Log message:
textproc/go-md2man: update to 2.0.3
Rendering bug fixes:
- e5bd727 - Escape hyphens in links to avoid word wrap (@r10r)
- 66e0792 - Do not render links twice (@r10r)
- 65a740a - Do not typeset table headings in monospaced font (@kolyshkin)
- 43fb747 - Use .EX/.EE for code examples (@kolyshkin)
- d85280d - Silence warnings caused by \fC which is non-portable. (@debarshiray)
CLI improvements:
- e2293e7 - Don't warn on top-level comments (@mtrmac)
Other changes include code formatting and doc imporvements.
Thanks to all who helped make this release happen.
Adopt MAINTAINER.
|
2023-09-09 22:14:17 by pin | Files touched by this commit (3) | |
Log message:
textproc/go-md2man: update to 2.0.2
This is just a housekeeping patch to bring in Dockerfile changes into the
v2.0.x tree. Changes include:
- Cross compile support
- Bump go from 1.8 to latest (1.18)
- Make go version and go image used configurable
|