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

Commit db8f853

Browse files
chore(release): 5.0.0 [skip ci]
# [5.0.0](v4.0.0...v5.0.0) (2025-10-14) ### Bug Fixes * Learn how to split functions in other files and import them ([9691787](9691787)) * Understanding the ways to import built-in functions from Python Standard Library ([f17690c](f17690c)) ### Features * Exercise [#5](#5). Python Standard Library ([d65621d](d65621d)) ### BREAKING CHANGES * Exercise added
1 parent d65621d commit db8f853

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+
# [5.0.0](https://github.com/NicolasOmar/python-practice/compare/v4.0.0...v5.0.0) (2025-10-14)
2+
3+
4+
### Bug Fixes
5+
6+
* Learn how to split functions in other files and import them ([9691787](https://github.com/NicolasOmar/python-practice/commit/96917871d54ef815b46633a3e7d1f0748612f7ef))
7+
* Understanding the ways to import built-in functions from Python Standard Library ([f17690c](https://github.com/NicolasOmar/python-practice/commit/f17690c06a894dd3e4b0a1f7e49c65bc6c8912cb))
8+
9+
10+
### Features
11+
12+
* Exercise [#5](https://github.com/NicolasOmar/python-practice/issues/5). Python Standard Library ([d65621d](https://github.com/NicolasOmar/python-practice/commit/d65621d39df5ade8eaa328adab5804354e66458d))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* Exercise added
18+
119
# [4.0.0](https://github.com/NicolasOmar/python-practice/compare/v3.0.0...v4.0.0) (2025-10-13)
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": "4.0.0",
3+
"version": "5.0.0",
44
"author": "Nicolás Omar González Passerino",
55
"license": "MIT",
66
"private": true,

0 commit comments

Comments
 (0)