This commit is contained in:
Louis Abel 2023-03-01 18:18:36 -07:00
parent 3fa19de9f1
commit 6ca2eff60e
Signed by: label
GPG Key ID: 6735C0E1BD65D048
3 changed files with 10 additions and 11 deletions

View File

@ -1,18 +1,18 @@
# Changelog # 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/), [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). [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [Unreleased Example]
- what do we need to do - item A
## [0.0.1] - 2020-12-13 ## [0.0.1] - 2023-03-01
### Added ### Added
- Initial - item A
### Changed ### Changed
- None - No Changes
### Removed ### Removed
- None - No Changes

View File

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2019 Darkbat91 Copyright (c) 2023 Louis Abel
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -11,7 +11,6 @@ Ensure all dependencies are installed/met and then do the following:
4. Run `pre-commit` to ensure we're good 4. Run `pre-commit` to ensure we're good
5. Do your necessary development work for this role 5. Do your necessary development work for this role
6. Run `pre-commit` again to ensure you're good to go. 6. Run `pre-commit` again to ensure you're good to go.
7. Optional: `molecule converge`
## Dependencies ## Dependencies
This repo expects 3 things installed on your local machine: This repo expects 3 things installed on your local machine: