1
0
Fork 0
mirror of https://github.com/awesome-print/awesome_print synced 2023-03-27 23:22:34 -04:00

Bump 1.8.0

This commit is contained in:
James Cox 2017-06-16 17:22:56 -04:00
parent 807e5128ed
commit 613722447a
2 changed files with 4 additions and 1 deletions

View file

@ -1,4 +1,7 @@
## master (unreleased)
- new things!
## 1.8.0
- stat("$HOME/.aprc") once [@kstephens] - [#304]
- ActiveRecord: #joins now show the columns #select'ed [@adrianomitre] - [#211]
- Handles NoMethodError for IRB implicit `ai` [@jtnegrotto] - [#212]

View file

@ -5,6 +5,6 @@
#------------------------------------------------------------------------------
module AwesomePrint
def self.version
'1.7.0'
'1.8.0'
end
end