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

Commit f6f3364

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.0.0...v3.0.0) (2025-10-10) ### Bug Fixes * How to check value validity (if is true) with methods such as all or any ([b1c2622](b1c2622)) * How to handle tuples ([a062070](a062070)) * How to make copies from another list and understanding the differece between copy by reference and by value ([7c1ed9c](7c1ed9c)) * How to use lists and comprehension lists ([5826921](5826921)) * How to use set ([a64d0d4](a64d0d4)) ### Features * Exercise [#3](#3). Complex Data Structures ([9325c82](9325c82)) ### BREAKING CHANGES * New exercise added
1 parent 9325c82 commit f6f3364

3 files changed

Lines changed: 24 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [3.0.0](https://github.com/NicolasOmar/python-practice/compare/v2.0.0...v3.0.0) (2025-10-10)
2+
3+
4+
### Bug Fixes
5+
6+
* How to check value validity (if is true) with methods such as all or any ([b1c2622](https://github.com/NicolasOmar/python-practice/commit/b1c262238d79781566d5c75f4b21530296a96af4))
7+
* How to handle tuples ([a062070](https://github.com/NicolasOmar/python-practice/commit/a0620705f602d175be6cd5bd907b0e4ace98d688))
8+
* How to make copies from another list and understanding the differece between copy by reference and by value ([7c1ed9c](https://github.com/NicolasOmar/python-practice/commit/7c1ed9cb96e3ff22abffa900483c542d782b5b83))
9+
* How to use lists and comprehension lists ([5826921](https://github.com/NicolasOmar/python-practice/commit/582692171583921d839cb2a5099318033bac4881))
10+
* How to use set ([a64d0d4](https://github.com/NicolasOmar/python-practice/commit/a64d0d4405270cf7997c153acb010f42ecaa71f5))
11+
12+
13+
### Features
14+
15+
* Exercise [#3](https://github.com/NicolasOmar/python-practice/issues/3). Complex Data Structures ([9325c82](https://github.com/NicolasOmar/python-practice/commit/9325c82ddde5fd08b50abac435044c00ab6bd18e))
16+
17+
18+
### BREAKING CHANGES
19+
20+
* New exercise added
21+
122
# [2.0.0](https://github.com/NicolasOmar/python-practice/compare/v1.0.0...v2.0.0) (2025-10-07)
223

324

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": "2.0.0",
3+
"version": "3.0.0",
44
"author": "Nicolás Omar González Passerino",
55
"license": "MIT",
66
"private": true,

0 commit comments

Comments
 (0)