We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8188bca commit fe3de2dCopy full SHA for fe3de2d
ChangeLog
@@ -1,3 +1,6 @@
1
+* 1.0 - Wed Sep 21 16:07:32 CEST 2022
2
+ - Almost 14 years in the making. Thanks everyone.
3
+
4
* 0.10.3 - Thu Aug 25 11:10:13 CEST 2022
5
- No need for puts :)
6
lib/feedbag.rb
@@ -8,7 +8,7 @@
8
require "net/http"
9
10
class Feedbag
11
- VERSION = '0.10.3'
+ VERSION = '1.0.0'
12
CONTENT_TYPES = [
13
'application/x.atom+xml',
14
'application/atom+xml',
0 commit comments