Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

Commit 17a08a4

Browse files
chore(release): 8.0.0 [skip ci]
# [8.0.0](v7.0.0...v8.0.0) (2025-11-13) ### Bug Fixes * How to install packages from pip network such as pycryptodome ([418ad1c](418ad1c)) * Learn how to set-up a RESTful server using flask ([f20aa43](f20aa43)) ### Features * Exercise [#8](#8). Modules and HTTP ([9cb4b76](9cb4b76)) ### BREAKING CHANGES * Last exercise added
1 parent 9cb4b76 commit 17a08a4

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [8.0.0](https://github.com/NicolasOmar/python-practice/compare/v7.0.0...v8.0.0) (2025-11-13)
2+
3+
4+
### Bug Fixes
5+
6+
* How to install packages from pip network such as pycryptodome ([418ad1c](https://github.com/NicolasOmar/python-practice/commit/418ad1c3f65886694b33005f16ae4871ce9a9ccb))
7+
* Learn how to set-up a RESTful server using flask ([f20aa43](https://github.com/NicolasOmar/python-practice/commit/f20aa43f8ee562d074af4688f9197e52705c1b6e))
8+
9+
10+
### Features
11+
12+
* Exercise [#8](https://github.com/NicolasOmar/python-practice/issues/8). Modules and HTTP ([9cb4b76](https://github.com/NicolasOmar/python-practice/commit/9cb4b76b206fd34f588fd1c8b2b8ef365ae0463e))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* Last exercise added
18+
119
# [7.0.0](https://github.com/NicolasOmar/python-practice/compare/v6.0.0...v7.0.0) (2025-11-07)
220

321

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "python-practice",
3-
"version": "7.0.0",
3+
"version": "8.0.0",
44
"author": "Nicolás Omar González Passerino",
55
"license": "MIT",
66
"private": true,

0 commit comments

Comments
 (0)