Skip to content

Commit

Permalink
Release v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlacan committed Feb 17, 2015
1 parent d78d54a commit ac3de66
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http:https://semver.org/).

## [Unreleased][unreleased]

## [0.0.8] - 2015-02-17
### Changed
- Update year to match in every README example.
- Reluctantly stop making fun of Brits only, since most of the world
- Reluctantly stop making fun of Brits only, since most of the world
writes dates in a strange way.

### Fixed
Expand Down Expand Up @@ -64,7 +66,8 @@ notable changes.
- Good examples and basic guidelines, including proper date formatting.
- Counter-examples: "What makes unicorns cry?"

[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.0.7...HEAD
[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.0.8...HEAD
[0.0.8]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.0.7...v0.0.8
[0.0.7]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.0.6...v0.0.7
[0.0.6]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.0.5...v0.0.6
[0.0.5]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.0.4...v0.0.5
Expand Down
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ <h3 id="what-makes-unicorns-cry-">
<li><strong>Dumping a diff of commit logs.</strong> Just don’t do that, you’re helping nobody.</li>
<li><strong>Not emphasizing deprecations.</strong> When people upgrade from one version to
another, it should be painfully clear when something will break.</li>
<li><strong>Dates in region-specific formats.</strong> Americans put the month first
(&quot;06-02-2012&quot; for June 2nd, 2012, which makes <em>no</em> sense), while Brits
use a robotic-looking &quot;2 June 2012&quot;, yet pronounce it differently.
&quot;2012-06-02&quot; works logically from largest to smallest, doesn&#39;t overlap in
ambiguous ways with other date formats, and is an
<li><strong>Dates in region-specific formats.</strong> In the U.S., people put the month first
(&quot;06-02-2012&quot; for June 2nd, 2012, which makes <em>no</em> sense), while many people
in the rest of the world write a robotic-looking &quot;2 June 2012&quot;, yet pronounce
it differently. &quot;2012-06-02&quot; works logically from largest to smallest, doesn&#39;t
overlap in ambiguous ways with other date formats, and is an
<a href="http:https://www.iso.org/iso/home/standards/iso8601.htm">ISO standard</a>. Thus, it
is the recommended date format for change logs.</li>
</ul>
Expand Down Expand Up @@ -141,7 +141,7 @@ <h3 id="why-do-you-alternate-between-spelling-it-quot-changelog-quot-and-quot-ch
Why do you alternate between spelling it &quot;CHANGELOG&quot; and &quot;change log&quot;?
</h3>
<p>&quot;CHANGELOG&quot; is the name of the file itself. It&#39;s a bit shouty but it&#39;s a
historical convention followed by many open source project. Other
historical convention followed by many open source projects. Other
examples of similar files include <a href="README.md"><code>README</code></a>, <a href="LICENSE"><code>LICENSE</code></a>,
and <a href="CONTRIBUTING.md"><code>CONTRIBUTING</code></a>.</p>
<p>The uppercase naming (which in old operating systems made these files stick
Expand Down

0 comments on commit ac3de66

Please sign in to comment.