Skip to content

Commit b490ff0

Browse files
committed
Add a CHANGELOG
1 parent 0324b93 commit b490ff0

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
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).
6+
7+
## [Unreleased]
8+
9+
## [0.6.0] - 2023-08-09
10+
11+
### Added
12+
13+
- 🎉 Initial release! 🎉
14+
15+
[unreleased]: https://github.com/ruby/yarp/compare/v0.6.0...HEAD
16+
[0.6.0]: https://github.com/ruby/yarp/compare/d60531...v0.6.0

yarp.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Gem::Specification.new do |spec|
1414

1515
spec.require_paths = ["lib"]
1616
spec.files = [
17+
"CHANGELOG.md",
1718
"CODE_OF_CONDUCT.md",
1819
"CONTRIBUTING.md",
1920
"LICENSE.md",

0 commit comments

Comments
 (0)