We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31162e2 commit 93a5135Copy full SHA for 93a5135
2 files changed
CHANGELOG.md
@@ -5,7 +5,7 @@ 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
-## Latest
+## 0.7.0 (2024-07-12)
9
10
- Add `autoprint/1` to automatically open the print dialog in a browser
11
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Pdf.Mixfile do
2
use Mix.Project
3
4
- @version "0.6.3"
+ @version "0.7.0"
@github_url "https://github.com/andrewtimberlake/elixir-pdf"
def project do
0 commit comments