From 6ca2eff60eac1448f792fe1f56b75b400caf1401 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Wed, 1 Mar 2023 18:18:36 -0700 Subject: [PATCH] init --- CHANGELOG.md | 18 +++++++++--------- LICENSE | 2 +- README.md | 1 - 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60554f6..90f7779 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,18 @@ # Changelog -All notable changes to this project will be documented in this file. +Document all changes as necessary here. -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). +[Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +[Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] -- what do we need to do +## [Unreleased Example] +- item A -## [0.0.1] - 2020-12-13 +## [0.0.1] - 2023-03-01 ### Added -- Initial +- item A ### Changed -- None +- No Changes ### Removed -- None +- No Changes diff --git a/LICENSE b/LICENSE index 9bcc52f..4330a18 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 Darkbat91 +Copyright (c) 2023 Louis Abel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 83214e8..b6a6ef1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ Ensure all dependencies are installed/met and then do the following: 4. Run `pre-commit` to ensure we're good 5. Do your necessary development work for this role 6. Run `pre-commit` again to ensure you're good to go. -7. Optional: `molecule converge` ## Dependencies This repo expects 3 things installed on your local machine: