Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
manicmaniac committed Oct 19, 2024
1 parent cd913ea commit 53ebd64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@
## master

<!-- Your comment below here -->
<!-- Your comment above here -->

## 9.5.1

* Update ruby version in Dockerfile to 3.2 - [@okatatuki](https://github.com/okatatuki) [#1472](https://github.com/danger/danger/pull/1472) [#1473](https://github.com/danger/danger/pull/1473)
* Fix: git diff called by methods like `git.modified_files` may fail with error ``[!] Invalid `Dangerfile` file: git ... 'diff' '-p' 'true' '{head}' 2>&1`` - [@nagataaaas](https://github.com/nagataaaas) [#1498](https://github.com/danger/danger/pull/1498)
* Add gems ejected from future stdlib - [@manicmaniac](https://github.com/manicmaniac) [#1499](https://github.com/danger/danger/pull/1499)
<!-- Your comment above here -->

## 9.5.0

Expand Down
2 changes: 1 addition & 1 deletion lib/danger/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Danger
VERSION = "9.5.0".freeze
VERSION = "9.5.1".freeze
DESCRIPTION = "Like Unit Tests, but for your Team Culture.".freeze
end

0 comments on commit 53ebd64

Please sign in to comment.