Skip to content

Commit

Permalink
0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pointlessone committed Mar 5, 2024
1 parent 5bdbc14 commit 73c253f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## Unreleased

## [0.10.0][] - 2024-03-05

### Changed

- Dropped Ruby 2.6
Expand Down Expand Up @@ -91,6 +93,7 @@ All notable changes to this project will be documented in this file.
- A trailer can be assigned to DocumentState
Robert Bousquet, [#16](https://github.com/prawnpdf/pdf-core/pull/16)

[0.10.0]: https://github.com/prawnpdf/pdf-core/compare/0.9.0...0.10.0
[0.9.0]: https://github.com/prawnpdf/pdf-core/compare/0.8.1...0.9.0
[0.8.1]: https://github.com/prawnpdf/pdf-core/compare/0.8.0...0.8.1
[0.8.0]: https://github.com/prawnpdf/pdf-core/compare/0.7.0...0.8.0
Expand Down
1 change: 1 addition & 0 deletions checksums/pdf-core-0.10.0.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bf81860525d97118406e9296b28d5d6fad11b3213c2475a7bc509067d5e5cb776934a5b4172432f0d05b3358d4cb9e5da6e01b3410b9bcd8e85b9be7ce852bda pdf-core-0.10.0.gem
2 changes: 1 addition & 1 deletion pdf-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = 'pdf-core'
spec.version = '0.9.0'
spec.version = '0.10.0'
spec.platform = Gem::Platform::RUBY
spec.summary = 'Low level PDF generator.'
spec.description = 'PDF::Core is used by Prawn to render PDF documents. It provides low-level format support.'
Expand Down

0 comments on commit 73c253f

Please sign in to comment.