Skip to content

Releases: KDesp73/changelogger

v0.0.9

17 Aug 16:26
Compare
Choose a tag to compare

Added

  • Ability to set release as YANKED

Changed

  • Updated version to 0.0.9

Fixed

  • Fixed set help message

v0.0.8

16 Aug 23:40
Compare
Choose a tag to compare

Added

  • Added different export formats (json, yml)

Changed

  • Updated version to 0.0.8

v0.0.7

16 Aug 23:05
Compare
Choose a tag to compare

Added

  • Importing changelog file into the database
  • generate command implemented (config only)
  • Added config file parsing and loading

Changed

  • Using -y to skip warning message
  • Included import command to help messages
  • Updated version to 0.0.7

Fixed

  • not loading file config if init was not executed

v0.0.6

15 Aug 15:48
Compare
Choose a tag to compare

Added

  • Making sure user wants to release or push

Changed

  • Updated version to 0.0.6

Fixed

  • Updating the pushed field when pushing

v0.0.5

15 Aug 15:22
Compare
Choose a tag to compare

Added

  • push command implemented
  • Implemented set/get for always_push
  • Added pushed field in Releases table
  • list --releases added
  • --all to have all entries available

Changed

  • Updated help messages
  • Release is not pushed unless its specified
  • Refactored command_list
  • Updated version to 0.0.5

v0.0.4

15 Aug 00:25
Compare
Choose a tag to compare

Added

  • delete command implemented
  • edit command implemented

Changed

  • Updated version to 0.0.4

v0.0.3

14 Aug 22:29
Compare
Choose a tag to compare

Added

  • list command implemented

Changed

  • Following bash conventions on install.sh

Removed

  • Removed the ability to set the version directly

Fixed

  • Better way to handle help messages

v0.0.2

12 Aug 23:20
Compare
Choose a tag to compare

Changed

  • Updated version to 0.0.2

Fixed

  • using the correct file on releases

v0.0.1

12 Aug 22:15
Compare
Choose a tag to compare

Added

  • install.sh script
  • get command done
  • export command done
  • release command done
  • LICENSE added
  • set command done
  • Database creation query on init
  • Parse options method
  • Integrated SQLite library
  • Implemented Version
  • Implemented Date

Removed

  • Deleted unnecessary directories