Skip to content

Commit

Permalink
🎂 📖 Bump version. Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
elifoster committed Dec 7, 2015
1 parent 2e8845b commit 040b6aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog
## Version 0
### Version 0.8.1
* Fix get_limited's NoMethodError on user_bot?
* Fix user_bot? always returning false.

### Version 0.8.0
* A ton of property query methods (#7). View their docs for info:
* get_all_links_in_page
Expand Down
6 changes: 3 additions & 3 deletions mediawiki-butt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ Gem::Specification.new do |s|
s.authors = ['Eli Foster', 'Eric Schneider (xbony2)']
s.name = 'mediawiki-butt'
s.summary = 'Interacting with the MediaWiki API'
s.version = '0.8.0'
s.version = '0.8.1'
s.license = 'CC-BY-NC-ND-4.0'
# Expand on this description eventually.
s.description = <<-EOF
MediaWiki::Butt is a Ruby Gem that provides a fully-featured MediaWiki API \
interface. It includes methods for changing wiki content, authentication, \
MediaWiki::Butt provides a fully-featured interface to the MediaWiki API. \
It includes methods for changing wiki content, authentication, \
and queries.
EOF
Expand Down

0 comments on commit 040b6aa

Please sign in to comment.