From 02199b907a632686a57d6845b0fb73b08fac20a4 Mon Sep 17 00:00:00 2001 From: Simon Baerlocher Date: Tue, 10 Dec 2019 14:42:01 +0100 Subject: [PATCH 1/3] fixed metadata score --- CHANGELOG.md | 7 +++++++ README.md | 6 ++---- meta/main.yml | 1 - 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5920362..f6d2ff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [human-readable changelog](https://keepachangelog.com/en/1.0.0/). +## 1.0.1 + +### Changed + +- Update Reademe +- Fixed Metadata Score + ## 1.0.0 ### Added diff --git a/README.md b/README.md index 4c772dc..afdb22c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Ansible Role: ca-certificates -[![Build Status](https://img.shields.io/travis/arillso/ansible.ca-certificates.svg?branch=master&style=popout-square)](https://travis-ci.org/arillso/ansible.ca-certificates) [![license](https://img.shields.io/github/license/mashape/apistatus.svg?style=popout-square)](https://sbaerlo.ch/licence) [![Ansible Galaxy](https://img.shields.io/badge/ansible--galaxy-ca_certificates-blue.svg?style=popout-square)](https://galaxy.ansible.com/arillso/ca_certificates) [![Ansible Role](https://img.shields.io/ansible/role/d/id.svg?style=popout-square)](https://galaxy.ansible.com/arillso/ca_certificates) +[![Build Status](https://img.shields.io/travis/arillso/ansible.ca-certificates.svg?branch=master&style=popout-square)](https://travis-ci.org/arillso/ansible.ca-certificates) [![license](https://img.shields.io/github/license/mashape/apistatus.svg?style=popout-square)](https://sbaerlo.ch/licence) [![Ansible Galaxy](https://img.shields.io/badge/ansible--galaxy-ca_certificates-blue.svg?style=popout-square)](https://galaxy.ansible.com/arillso/ca_certificates) [![Ansible Role](https://img.shields.io/ansible/role/d/42098.svg?style=popout-square)](https://galaxy.ansible.com/arillso/ca_certificates) ## Description @@ -64,8 +64,6 @@ None - arillso.ca_certificates ``` -## Changelog - ## Author - [Simon Bärlocher](https://sbaerlocher.ch) @@ -76,4 +74,4 @@ This project is under the MIT License. See the [LICENSE](https://sbaerlo.ch/lice ## Copyright -(c) 2019, Arillso +(c) 2020, Arillso diff --git a/meta/main.yml b/meta/main.yml index d35187a..f5fcc77 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -17,7 +17,6 @@ galaxy_info: versions: - bionic - cosmic - - disco - name: Debian versions: - jessie From a2458040d47215f31444de9df2febb30a620e6c6 Mon Sep 17 00:00:00 2001 From: Simon Baerlocher Date: Tue, 10 Dec 2019 14:48:23 +0100 Subject: [PATCH 2/3] update date --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 7d07096..5520f0e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2019 Arillso +Copyright (c) 2020 Arillso Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 3de282a0128f90fe976a5e3f40f409e78a7bef13 Mon Sep 17 00:00:00 2001 From: Pascal Mages Date: Tue, 10 Dec 2019 16:29:10 +0100 Subject: [PATCH 3/3] Update CHANGELOG.md fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6d2ff9..46b2ac7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and [human-readable changelog](https://keepachangelog.com/en/1.0.0/). ### Changed -- Update Reademe +- Update Readme - Fixed Metadata Score ## 1.0.0