Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 703 Bytes

CHANGELOG.md

File metadata and controls

38 lines (22 loc) · 703 Bytes

Changelog

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

The format is based on Keep a Changelog,

[0.1.2]

Added

  • v0.1.2 kill process added

[0.1.1]

Added

  • v0.1.1 CHANGELOG.md added
  • v0.1.1 versioning started
  • v0.1.1 gRPC added for other services to notify their status
  • v0.1.1 proto file(s) introduced for gRPC. its a simple for now but will be extended
  • v0.1.1 build.rs added to compile proto files

Changed

  • v0.1.1 tokio crate updated to latest version
  • v0.1.1 Duration::seconds() is now deprecated, changed to try_seconds()

[0.1.0]

Added

  • v0.1.0 initial

Fixed

Changed

Removed