Skip to content

Commit bb708d3

Browse files
committed
Update diagram
1 parent e0f4f5e commit bb708d3

6 files changed

Lines changed: 7 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## 1.3.6
3+
- Add option to incorporate NeetCode shorts
4+
- Simplify codebase and expand testing
5+
26
## 1.3.5
37
- Add Jinja templates in favor over standard library for string formatting
48
- Add problems pulled from Neetcode solutions GitHub

leetcode_study_tool/formatters.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ def render_template(
8181
)
8282
template = custom_env.get_template(custom_file)
8383
else:
84+
assert template_name is not None
8485
template = env.get_template(template_name)
8586

8687
kwargs["solution_url"] = format_solution_link

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "leetcode-study-tool"
7-
version = "1.3.5"
7+
version = "1.3.6"
88
description = "A tool for studying Leetcode with Python"
99
requires-python = ">=3.8"
1010
authors = [{name="John Sutor", email="johnsutor3@gmail.com" }]
1.9 MB
Loading

static/leetcode_study_tool_diagram.svg

Lines changed: 0 additions & 17 deletions
This file was deleted.

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)