Skip to content

Commit 28b7779

Browse files
Update README.md
Update for v0.3.0 release
1 parent b62ac19 commit 28b7779

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
This repository contains the LaTeX source and C++ code samples for the book "A Complete Guide to Standard C++ Algorithms".
44

5-
[Latest PDF release (v0.2.1)](https://github.com/HappyCerberus/book-cpp-algorithms/releases/download/v0.2.1/book_release_v0.2.1.pdf)
5+
[Latest PDF release (v0.3.0)](https://github.com/HappyCerberus/book-cpp-algorithms/releases/download/v0.3.0/book_with_cover_v0.3.0.pdf)
66

7-
[![Book Cover](static/book_cover.png)](https://github.com/HappyCerberus/book-cpp-algorithms/releases/download/v0.2.1/book_release_v0.2.1.pdf)
7+
[![Book Cover](static/book_cover.png)](https://github.com/HappyCerberus/book-cpp-algorithms/releases/download/v0.3.0/book_with_cover_v0.3.0.pdf)
88

99
## Changelog
1010

11+
- `0.3.0` New chapter with ADL information and formatting cleanup.
1112
- `0.2.1` Fixed page numbering issue, small text changes.
1213
- `0.2.0` Added chapter covering C++20 ranges and views.
1314
- `0.1.1` Added index and a cover page, small text changes.

0 commit comments

Comments
 (0)