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

Commit 4c03a81

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.0.0...v4.0.0) (2025-10-13) ### Bug Fixes * How to use format method for strings ([4f48bcf](4f48bcf)) * How to use string interpolation with the f method and how to map lists with map method and lambda functions ([b5ec735](b5ec735)) ### Features * Exercise [#4](#4). Functions and Strings ([67cec26](67cec26)) ### BREAKING CHANGES * Exercise complete
1 parent 67cec26 commit 4c03a81

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+
# [4.0.0](https://github.com/NicolasOmar/python-practice/compare/v3.0.0...v4.0.0) (2025-10-13)
2+
3+
4+
### Bug Fixes
5+
6+
* How to use format method for strings ([4f48bcf](https://github.com/NicolasOmar/python-practice/commit/4f48bcf4fea4ecf1388a6faf571972be7be512fb))
7+
* How to use string interpolation with the f method and how to map lists with map method and lambda functions ([b5ec735](https://github.com/NicolasOmar/python-practice/commit/b5ec73549a113e275d7701aea76b4a50c6495fcc))
8+
9+
10+
### Features
11+
12+
* Exercise [#4](https://github.com/NicolasOmar/python-practice/issues/4). Functions and Strings ([67cec26](https://github.com/NicolasOmar/python-practice/commit/67cec262595548790a5a710879c05a1f8adb6b58))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* Exercise complete
18+
119
# [3.0.0](https://github.com/NicolasOmar/python-practice/compare/v2.0.0...v3.0.0) (2025-10-10)
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": "3.0.0",
3+
"version": "4.0.0",
44
"author": "Nicolás Omar González Passerino",
55
"license": "MIT",
66
"private": true,

0 commit comments

Comments
 (0)