From 96439da92e50ee197869a61eb830a40c474fa72c Mon Sep 17 00:00:00 2001 From: Abel Soares Siqueira Date: Sat, 16 Sep 2023 00:02:55 +0200 Subject: [PATCH] Release 0.1.2 --- CHANGELOG.md | 23 +++++++++++++++++++++-- Project.toml | 2 +- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4dc08df..f9eff8df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,17 +5,36 @@ 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]. + + ## [Unreleased] +## [0.1.2] - 2023-09-16 + +### Added + +- Zenodo DOI +- Instruction to add a Zenodo DOI +- Badge on README + +### Changed + +- Documenter compat is 1 +- Remove keywords strict and linkcheck from docs/make.jl + +### Fixed + +- File docs/make.jl should not be skipped + ## [0.1.1] - 2023-09-15 ### Added -- Add CITATION.cff [#3](https://github.com/abelsiqueira/COPIERTemplate.jl/issues/3) +- Add CITATION.cff ### Fixed -- Exclude docs/assets/logo.png [#4](https://github.com/abelsiqueira/COPIERTemplate.jl/issues/4) +- Exclude docs/assets/logo.png ## [0.1.0] - 2023-09-12 diff --git a/Project.toml b/Project.toml index 0355020a..01340ca2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "COPIERTemplate" uuid = "5022dd56-1d41-4538-9f4c-b20739ff8283" authors = ["Abel Soares Siqueira and contributors"] -version = "0.1.1" +version = "0.1.2" [compat] julia = "1.6"