Skip to content

Commit

Permalink
Establish changelog, as well as remove extra file. (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
allenh1 authored May 20, 2018
1 parent 44154dc commit b60f922
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 24 deletions.
24 changes: 0 additions & 24 deletions CHANGELOG

This file was deleted.

48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Change Log

## [v0.0.8](https://github.com/allenh1/YaSh/tree/v0.0.8) (2018-05-20)
[Full Changelog](https://github.com/allenh1/YaSh/compare/v0.0.8-rc2...v0.0.8)

**Implemented enhancements:**

- Add regression test for \#21. [\#22](https://github.com/allenh1/YaSh/pull/22) ([allenh1](https://github.com/allenh1))
- Fix typo to allow distribution of tar files. [\#20](https://github.com/allenh1/YaSh/pull/20) ([allenh1](https://github.com/allenh1))
- Update Documentation. [\#19](https://github.com/allenh1/YaSh/pull/19) ([allenh1](https://github.com/allenh1))
- Add cmake support [\#18](https://github.com/allenh1/YaSh/pull/18) ([allenh1](https://github.com/allenh1))
- Fix crash [\#17](https://github.com/allenh1/YaSh/pull/17) ([allenh1](https://github.com/allenh1))
- Don't run the zombie test if you're travis. [\#16](https://github.com/allenh1/YaSh/pull/16) ([allenh1](https://github.com/allenh1))
- More raw pointer removals [\#15](https://github.com/allenh1/YaSh/pull/15) ([allenh1](https://github.com/allenh1))
- The Great Linting [\#11](https://github.com/allenh1/YaSh/pull/11) ([allenh1](https://github.com/allenh1))
- Remove raw pointers [\#9](https://github.com/allenh1/YaSh/pull/9) ([allenh1](https://github.com/allenh1))
- Add travis CI [\#8](https://github.com/allenh1/YaSh/pull/8) ([allenh1](https://github.com/allenh1))

**Fixed bugs:**

- Add regression test for \\#21. [\#22](https://github.com/allenh1/YaSh/pull/22) ([allenh1](https://github.com/allenh1))
- Fix crash [\#17](https://github.com/allenh1/YaSh/pull/17) ([allenh1](https://github.com/allenh1))
- Don't run the zombie test if you're travis. [\#16](https://github.com/allenh1/YaSh/pull/16) ([allenh1](https://github.com/allenh1))
- Fix ctl + del. [\#14](https://github.com/allenh1/YaSh/pull/14) ([allenh1](https://github.com/allenh1))
- Fix minor bug I created by "optimizing". [\#13](https://github.com/allenh1/YaSh/pull/13) ([allenh1](https://github.com/allenh1))

**Merged pull requests:**

- Fix copyright. No offense. [\#12](https://github.com/allenh1/YaSh/pull/12) ([allenh1](https://github.com/allenh1))
- Fix up arrow behavior to not skip the last command. [\#7](https://github.com/allenh1/YaSh/pull/7) ([allenh1](https://github.com/allenh1))
- Add missing returns to the shell-readline handlers. [\#6](https://github.com/allenh1/YaSh/pull/6) ([allenh1](https://github.com/allenh1))

## [v0.0.8-rc](https://github.com/allenh1/YaSh/tree/v0.0.8-rc) (2017-10-07)
[Full Changelog](https://github.com/allenh1/YaSh/compare/v0.0.7...v0.0.8-rc)

**Implemented enhancements:**

- Reverse Search through History [\#5](https://github.com/allenh1/YaSh/pull/5) ([allenh1](https://github.com/allenh1))
- Add scope exit [\#2](https://github.com/allenh1/YaSh/pull/2) ([allenh1](https://github.com/allenh1))

**Merged pull requests:**

- Cleanup whitespace. [\#3](https://github.com/allenh1/YaSh/pull/3) ([allenh1](https://github.com/allenh1))
- Added proper copyright info to source. [\#1](https://github.com/allenh1/YaSh/pull/1) ([allenh1](https://github.com/allenh1))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
Binary file removed yash-0.0.8-rc2.tar.gz
Binary file not shown.

0 comments on commit b60f922

Please sign in to comment.