Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

61 lines (38 loc) · 1.6 KB

Changelog

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

The format is based on keep a changelog and using following types of changes: Added, Changed, Deprecated, Removed, Fixed, Security, Bumped and Migration.

This project adheres to semantic versioning.

See changeset

Bumped

  • Gradle 7.5.1 -> 8.1.1
  • Kotlin 1.7.22 -> 1.9.10
  • Ktor 2.2.1 -> 2.3.4
  • Dependency Updates 0.44.0 -> 0.48.0
  • KotlinX Coroutines 1.6.4 -> 1.7.3

See changeset

Added

  • Validation workflow

Bumped

  • Kotlin 1.7.20 -> 1.7.22
  • Dependency Updates 0.43.0 -> 0.44.0
  • Ktor 2.1.3 -> 2.2.1

See changeset

Added

  • Configuration file to split script from configuration
  • Documentation

Changed

  • Readme to markdown
  • License fom MIT to ISC
  • Ktor serialization from Jackson to Gson

Bumped

  • Kotlin 1.5.31 -> 1.7.20
  • Ktor 1.6.4 -> 2.1.3
  • Dependency Updates plugin 0.39.0 -> 0.43.0
  • Gradle 7.2 -> 7.5.1

Initial release