Skip to content

Commit

Permalink
Merge pull request #1220 from ruby/changelog
Browse files Browse the repository at this point in the history
Add a CHANGELOG
  • Loading branch information
kddnewton authored Aug 9, 2023
2 parents 3ce4d39 + b490ff0 commit f8a231e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 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]

## [0.6.0] - 2023-08-09

### Added

- 🎉 Initial release! 🎉

[unreleased]: https://github.com/ruby/yarp/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/ruby/yarp/compare/d60531...v0.6.0
1 change: 1 addition & 0 deletions yarp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Gem::Specification.new do |spec|

spec.require_paths = ["lib"]
spec.files = [
"CHANGELOG.md",
"CODE_OF_CONDUCT.md",
"CONTRIBUTING.md",
"LICENSE.md",
Expand Down

0 comments on commit f8a231e

Please sign in to comment.