Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
SpringMT committed Mar 21, 2023
1 parent 0b38c7c commit d295e47
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,14 @@ result << stream.decompress(cstr[0, 10])
result << stream.decompress(cstr[10..-1])
```

### Skippable flame

```ruby
compressed_data_with_skippable_frame = Zstd.write_skippable_frame(compressed_data, "sample data")

Zstd.read_skippable_frame(compressed_data_with_skippable_frame)
# => "sample data"
```

## JRuby
This gem does not support JRuby.
Expand Down
2 changes: 1 addition & 1 deletion lib/zstd-ruby/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Zstd
VERSION = "1.5.4.0"
VERSION = "1.5.4.1"
end

0 comments on commit d295e47

Please sign in to comment.