We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba7af89 commit c6025e1Copy full SHA for c6025e1
3 files changed
.travis.yml
ChangeLog.md
@@ -1,6 +1,9 @@
1
-## Changes between 2.5.0 and 2.6.0 (in development)
+## Changes between 2.5.0 and 2.5.1 (Jan 1, 2026)
2
3
-No changes yet.
+### Windows Installation Fixes
4
+
5
+`2.4.0` and `2.5.0` versions unintentionally included files that were
6
+symlinks, which caused installation on Windows to fail.
7
8
9
## Changes between 2.4.0 and 2.5.0 (Dec 31, 2025)
lib/amq/protocol/version.rb
@@ -1,5 +1,5 @@
module AMQ
module Protocol
- VERSION = "2.6.0.pre"
+ VERSION = "2.5.1"
end # Protocol
end # AMQ
0 commit comments