Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed Sep 15, 2023
1 parent a2351f4 commit 5dc7777
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].

<!-- markdownlint-disable MD024 -->

## [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

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "COPIERTemplate"
uuid = "5022dd56-1d41-4538-9f4c-b20739ff8283"
authors = ["Abel Soares Siqueira <[email protected]> and contributors"]
version = "0.1.1"
version = "0.1.2"

[compat]
julia = "1.6"

0 comments on commit 5dc7777

Please sign in to comment.