Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 819 Bytes

File metadata and controls

18 lines (14 loc) · 819 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Releases]

[1.0.0] - 2021-04-10

Added

  • New package Releasy created, core functionalities are there
  • FileParser package, implementing mechanism for parsing changelog.md files inside a project
  • AspNet package created, providing a controller for WebAPI's
  • IReleaseService and implementation, allowing the project to retrieve release verions information from the system
  • ReleaseController implementing a REST Controller with the same functionalities than IReleaseService
  • Configuration methods created, with an internal Builder
  • Documentation added