Skip to content

Commit 299a8a5

Browse files
Update README.md
1 parent b134439 commit 299a8a5

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 (v1.0.0)](https://github.com/HappyCerberus/book-cpp-algorithms/releases/download/v1.0.0/book_with_cover_v1.0.0.pdf)
5+
[Latest PDF release (v1.0.1)](https://github.com/HappyCerberus/book-cpp-algorithms/releases/download/v1.0.1/a_complete_guide_to_standard_cpp_algorithms_v1_0_1.pdf)
66

7-
[![Book Cover](static/book_cover.png)](https://github.com/HappyCerberus/book-cpp-algorithms/releases/download/v1.0.0/book_with_cover_v1.0.0.pdf)
7+
[![Book Cover](static/book_cover.png)](https://github.com/HappyCerberus/book-cpp-algorithms/releases/download/v1.0.1/a_complete_guide_to_standard_cpp_algorithms_v1_0_1.pdf)
88

99
## Changelog
1010

11+
- `1.0.1` Small (mostly) formatting fixes.
1112
- `1.0.0` Content complete release with Compiler Explorer links.
1213
- `0.3.0` New chapter with ADL information and formatting cleanup.
1314
- `0.2.1` Fixed page numbering issue, small text changes.

0 commit comments

Comments
 (0)