diff --git a/CHANGELOG.md b/CHANGELOG.md index 48d30bf..9ec9e2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. 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). -## [Unreleased] +## [v0.5.2] ### Added diff --git a/Cask b/Cask index 42a8c7d..5f76b27 100644 --- a/Cask +++ b/Cask @@ -7,7 +7,7 @@ (depends-on "undercover") (depends-on "compat")) -(package "bydi" "0.5.1" "Mocking facilities") +(package "bydi" "0.5.2" "Mocking facilities") (package-file "bydi.el") diff --git a/Makefile b/Makefile index e3baa6b..7f0a94c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PACKAGE_NAME=bidy PACKAGE_SUFFIX=tar -CURRENT_PACKAGE_VERSION=0.5.1 +CURRENT_PACKAGE_VERSION=0.5.2 UPDATE_VERSION_FILES=Cask bydi.el bydi-ci.el bydi-report.el diff --git a/bydi-ci.el b/bydi-ci.el index 88ee5a4..a367867 100644 --- a/bydi-ci.el +++ b/bydi-ci.el @@ -2,7 +2,7 @@ ;; Author: Krister Schuchardt ;; Homepage: https://github.com/Walheimat/bydi -;; Version: 0.5.1 +;; Version: 0.5.2 ;; Package-Requires: ((emacs "28.1")) ;; Keywords: extensions diff --git a/bydi-report.el b/bydi-report.el index df15ae3..86ec00d 100644 --- a/bydi-report.el +++ b/bydi-report.el @@ -2,7 +2,7 @@ ;; Author: Krister Schuchardt ;; Homepage: https://github.com/Walheimat/bydi -;; Version: 0.5.1 +;; Version: 0.5.2 ;; Package-Requires: ((emacs "28.1")) ;; Keywords: extensions diff --git a/bydi.el b/bydi.el index aaa647c..ee99d68 100644 --- a/bydi.el +++ b/bydi.el @@ -2,7 +2,7 @@ ;; Author: Krister Schuchardt ;; Homepage: https://github.com/Walheimat/bydi -;; Version: 0.5.1 +;; Version: 0.5.2 ;; Package-Requires: ((emacs "28.1")) ;; Keywords: extensions