Added a changelog, renamed a few files, and .editorconfig.
This commit is contained in:
parent
5e73960f82
commit
6d8a6b57b0
4 changed files with 47 additions and 11 deletions
17
.editorconfig
Normal file
17
.editorconfig
Normal file
|
@ -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
|
30
CHANGELOG.md
Normal file
30
CHANGELOG.md
Normal file
|
@ -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.
|
|
@ -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.
|
|
Loading…
Reference in a new issue