Skip to content

Releases: devOpifex/cranlogs

v0.0.1

11 Feb 16:35
Compare
Choose a tag to compare

Changelog

  • 7a71d64 fix: ignore generated files
  • 679770a ignore: new line
  • bf5d8bf Merge pull request #6 from dpastoor/main
  • 896f8b2 feat: add version information
  • c52c760 fix(docs): add MIT LICENSE
  • 3122235 fix: (stupidity on my end) chmod the bash scripts, should work
  • 922dd3e fix(workflow): sudo hooks
  • de1f19f fix(workflow): add permissions to goreleaser task
  • 5dfc66c fix: attempt to fix workflow, remove PR trigger
  • 0af676e fix: add man pages hidden command
  • d7c8795 fix(workflow): add bash scripts
  • 50e042b fix(workflow): correct references to main branch
  • 7099322 refactor: tidy go mod
  • 2f8c093 ignore: change workflow to use master branch
  • 283f611 ignore: add new line to trigger build
  • 5d3bc07 Merge pull request #5 from dpastoor/main
  • ec9190a ci: add test + release infra
  • cf1595d Merge pull request #3 from dpastoor/master
  • 0feb546 refactor: daily now uses the fact api can take multiple packages + return json
  • b279d60 Merge pull request #2 from dpastoor/master
  • 7123f91 revert: fix the overly aggressive Daily{} return for correct data
  • 0c3b090 fix: return an empty daily as 0 index on an empty array will panic
  • 82c1d07 feat: period as a type
  • 5b3db00 refactor: simplify daily to not need a specific flag packages
  • 3f2b889 refactor: move daily subcommand to be initialized by root
  • a2930c2 refactor: move packages to internal so only available to cranlogs
  • 6cacd45 refactor: remove unessary spacing
  • 0a642f9 feat: added grand-total
  • b1fb389 docs: added README
  • 927c406 feat(total): added command
  • 1fe04b3 feat(top): added command
  • eb63e8d refactor: rename module
  • 452d0fc feat: init cmd
  • b377822 fix: daily
  • 74ee958 stash: initial work on daily
  • a99f06d initial commit