We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ce1f08 commit 97f0816Copy full SHA for 97f0816
2 files changed
CHANGELOG.md
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## 0.7.1 (2024-07-23)
9
+
10
+- Fix memory leak when cleaning up a PDF process
11
12
## 0.7.0 (2024-07-12)
13
14
- Add `autoprint/1` to automatically open the print dialog in a browser
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Pdf.Mixfile do
2
use Mix.Project
3
4
- @version "0.7.0"
+ @version "0.7.1"
@github_url "https://github.com/andrewtimberlake/elixir-pdf"
def project do
0 commit comments