Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Commit

Permalink
Show off the latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
route committed Aug 27, 2014
1 parent b0612f7 commit f05fb76
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -15,9 +15,14 @@
* Render full window size when document has no height (Kevin McConnell)
* Don't alter focus with send_keys if we're already in the target element
(Adam Prescott) [Issue #493]
* Close dup'ed fd after using (Dmitry Vorotilin) [Issue #446, #529, #528]

### 1.5.1 ###

#### Bug fixes ####

* Ensure process exits with correct status code and $! is propagated.
(Micah Geisel) [Issue #497]
* Close dup'ed fd after using (Dmitry Vorotilin) [Issue #446, #529, #528]

### 1.5.0 ###

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2011-2013 Jonathan Leighton
Copyright (c) 2011-2014 Jonathan Leighton

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ provided by [PhantomJS](http://www.phantomjs.org/).
**If you're viewing this at https://github.com/teampoltergeist/poltergeist,
you're reading the documentation for the master branch.
[View documentation for the latest release
(1.5.0).](https://github.com/teampoltergeist/poltergeist/tree/v1.5.0)**
(1.5.1).](https://github.com/teampoltergeist/poltergeist/tree/v1.5.1)**

## Getting help ##

Expand Down
2 changes: 1 addition & 1 deletion lib/capybara/poltergeist/version.rb
@@ -1,5 +1,5 @@
module Capybara
module Poltergeist
VERSION = "1.5.0"
VERSION = "1.5.1"
end
end

0 comments on commit f05fb76

Please sign in to comment.