From 6d8a6b57b0598de39de5f3c5a1fb96f87a09a7b8 Mon Sep 17 00:00:00 2001 From: Dylan Moonfire Date: Wed, 11 Apr 2018 13:41:20 -0500 Subject: [PATCH] Added a changelog, renamed a few files, and .editorconfig. --- .editorconfig | 17 +++++++++++++++++ CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ LICENSE => LICENSE.txt | 0 versions.markdown | 11 ----------- 4 files changed, 47 insertions(+), 11 deletions(-) create mode 100644 .editorconfig create mode 100644 CHANGELOG.md rename LICENSE => LICENSE.txt (100%) delete mode 100644 versions.markdown diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..35450fd --- /dev/null +++ b/.editorconfig @@ -0,0 +1,17 @@ +# EditorConfig is awesome: http://EditorConfig.org + +# top-most EditorConfig file +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_brace_style = K&R +indent_size = 4 +indent_style = space +insert_final_newline = true +max_line_length = 120 +tab_width = 4 +trim_trailing_whitespace = true +curly_bracket_next_line = true +quote_type = double diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..951ea15 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,30 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Added + +- Added initial information and formatting files. + +## 1.1.0 - 2018-04-08 + +### Changed + +- Updated the cover to match the standards from [fedran-covers](https://gitlab.com/fedran/fedran-covers/). + +### Fixed + +- Various typo and formatting changes. + +## 1.0.1 + +## 1.0.0 + +### Added + +- Initial version. +- Print version was published with Ingram with ISBN 978-1-940509-16-7. diff --git a/LICENSE b/LICENSE.txt similarity index 100% rename from LICENSE rename to LICENSE.txt diff --git a/versions.markdown b/versions.markdown deleted file mode 100644 index 465ba90..0000000 --- a/versions.markdown +++ /dev/null @@ -1,11 +0,0 @@ ---- -Title: Versions ---- - -The current version is 1.0.1. - -* 1.0.0 - * Initial version. -* 1.0.1 -* 1.1.0 - * Fix various typos.