From 6d7cb635bb74488b03f146b9e685f13528a7f1b0 Mon Sep 17 00:00:00 2001 From: Jacopo Andrea Giola Date: Wed, 19 Oct 2022 13:00:05 +0200 Subject: [PATCH] doc: prepare v0.1.0 release --- CHANGELOG.md | 7 +++---- README.md | 2 ++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4af7e8..12a68d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,7 @@ # Changelog -All notable changes to this project will be documented in this file. +## [v0.1.0] - 2022-10-19 -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +_First release._ -## Unreleased +[v0.1.0]: https://github.com/mia-platform/jpl/releases/tag/v1.0.0 diff --git a/README.md b/README.md index 54b921f..55eef55 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # jpl +[![Common Changelog](https://common-changelog.org/badge.svg)](https://common-changelog.org) + `jpl` is a library for managing the connection and application of Kubernetes manifest to a cluster. The library will also provide functions for adding additional behaviours during the apply.