Skip to content

Commit 97f0816

Browse files
Release 0.7.1
1 parent 8ce1f08 commit 97f0816

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.7.1 (2024-07-23)
9+
10+
- Fix memory leak when cleaning up a PDF process
11+
812
## 0.7.0 (2024-07-12)
913

1014
- Add `autoprint/1` to automatically open the print dialog in a browser

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Pdf.Mixfile do
22
use Mix.Project
33

4-
@version "0.7.0"
4+
@version "0.7.1"
55
@github_url "https://github.com/andrewtimberlake/elixir-pdf"
66

77
def project do

0 commit comments

Comments
 (0)