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

Commit 4c28c55

Browse files
chore(release): 7.0.0 [skip ci]
# [7.0.0](v6.0.0...v7.0.0) (2025-11-07) ### Bug Fixes * Basic understanding of built-in class methods such as __dict__. How to handle private properties and encapsulation ([a921560](a921560)) * How to assign object values in creation with class constructor ([016e1e9](016e1e9)) * How to implement a better encapsulation using properties for getter and setter methods ([09c21e6](09c21e6)) * How to implement and execute classes with class and static methods ([ef2c0fa](ef2c0fa)) * How to work with class inheritance ([6d2ccae](6d2ccae)) * Learn how to create a class with its properties and its methods and call them from an instance ([4cd1e4b](4cd1e4b)) * Refactoring blockchain exercise to object oriented programming ([414be2b](414be2b)) ### Features * Exercise [#7](#7). Object Oriented Programming ([46d251c](46d251c)) ### BREAKING CHANGES * Exercise added
1 parent 46d251c commit 4c28c55

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# [7.0.0](https://github.com/NicolasOmar/python-practice/compare/v6.0.0...v7.0.0) (2025-11-07)
2+
3+
4+
### Bug Fixes
5+
6+
* Basic understanding of built-in class methods such as __dict__. How to handle private properties and encapsulation ([a921560](https://github.com/NicolasOmar/python-practice/commit/a921560eea42fbf8afba101b75404833918f5a9a))
7+
* How to assign object values in creation with class constructor ([016e1e9](https://github.com/NicolasOmar/python-practice/commit/016e1e9764720649c58633a69480ea87143dcc8e))
8+
* How to implement a better encapsulation using properties for getter and setter methods ([09c21e6](https://github.com/NicolasOmar/python-practice/commit/09c21e6bf730ea92a0682b87f303c033b43b4647))
9+
* How to implement and execute classes with class and static methods ([ef2c0fa](https://github.com/NicolasOmar/python-practice/commit/ef2c0fa2f9022ec694326a47bbc172ac8e399e33))
10+
* How to work with class inheritance ([6d2ccae](https://github.com/NicolasOmar/python-practice/commit/6d2ccae707dd2425f405f6a39c2bb1550a7feb08))
11+
* Learn how to create a class with its properties and its methods and call them from an instance ([4cd1e4b](https://github.com/NicolasOmar/python-practice/commit/4cd1e4b0aa395b1d91f940a1735a3bed3c18947a))
12+
* Refactoring blockchain exercise to object oriented programming ([414be2b](https://github.com/NicolasOmar/python-practice/commit/414be2b08d59e587042b18f1ce5f1902d8ad1186))
13+
14+
15+
### Features
16+
17+
* Exercise [#7](https://github.com/NicolasOmar/python-practice/issues/7). Object Oriented Programming ([46d251c](https://github.com/NicolasOmar/python-practice/commit/46d251ce38d4717f29a4a936dafd4913849894cd))
18+
19+
20+
### BREAKING CHANGES
21+
22+
* Exercise added
23+
124
# [6.0.0](https://github.com/NicolasOmar/python-practice/compare/v5.0.0...v6.0.0) (2025-11-04)
225

326

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

0 commit comments

Comments
 (0)