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:
parent
807e5128ed
commit
613722447a
2 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
||||||
## master (unreleased)
|
## master (unreleased)
|
||||||
|
- new things!
|
||||||
|
|
||||||
|
## 1.8.0
|
||||||
- stat("$HOME/.aprc") once [@kstephens] - [#304]
|
- stat("$HOME/.aprc") once [@kstephens] - [#304]
|
||||||
- ActiveRecord: #joins now show the columns #select'ed [@adrianomitre] - [#211]
|
- ActiveRecord: #joins now show the columns #select'ed [@adrianomitre] - [#211]
|
||||||
- Handles NoMethodError for IRB implicit `ai` [@jtnegrotto] - [#212]
|
- Handles NoMethodError for IRB implicit `ai` [@jtnegrotto] - [#212]
|
||||||
|
|
|
@ -5,6 +5,6 @@
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
module AwesomePrint
|
module AwesomePrint
|
||||||
def self.version
|
def self.version
|
||||||
'1.7.0'
|
'1.8.0'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue