Renamed various files, added a formal changelog.
This commit is contained in:
parent
4c4738fb3f
commit
76f8709ad8
4 changed files with 54 additions and 13 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
|
37
CHANGELOG.md
Normal file
37
CHANGELOG.md
Normal file
|
@ -0,0 +1,37 @@
|
|||
# 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 `CHANGELOG.md`.
|
||||
- Added initial `README.md`.
|
||||
- Added initial `LICENSE.txt`.
|
||||
|
||||
## 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
|
||||
|
||||
### Updated
|
||||
|
||||
- `chapters/chapter-29.markdown`:
|
||||
- "a warrior for some great dead" fixed "dead" to "deed".
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Added
|
||||
|
||||
- Initial version.
|
||||
- Print version was published with Ingram with ISBN 978-1-940509-25-9.
|
|
@ -1,13 +0,0 @@
|
|||
---
|
||||
Title: Versions
|
||||
---
|
||||
|
||||
The current version is 1.0.1.
|
||||
|
||||
* 1.0.0
|
||||
* Initial version.
|
||||
* Print version was published with Ingram with ISBN 978-1-940509-25-9.
|
||||
* 1.0.1
|
||||
* Chapter 29:
|
||||
* "a warrior for some great dead" fixed "dead" to "deed".
|
||||
* 1.1.0
|
Loading…
Reference in a new issue