We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e08884 commit 8d6e457Copy full SHA for 8d6e457
3 files changed
.github/workflows/main.yml
@@ -17,6 +17,8 @@ jobs:
17
- 2.7
18
- 3.0
19
- 3.1
20
+ - 3.2
21
+ - 3.3
22
- jruby
23
steps:
24
- name: Checkout
@@ -64,6 +66,8 @@ jobs:
64
66
65
67
68
69
70
71
72
experimental: [false]
73
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 2.8.0
2
+* Add support for Ruby 3.2 and 3.3
3
+
4
## 2.7.2
5
* Improved stability for mp4 parser when dealing with corrupted FTYP boxes.
6
lib/format_parser/version.rb
@@ -1,3 +1,3 @@
module FormatParser
- VERSION = '2.7.2'
+ VERSION = '2.8.0'
end
0 commit comments