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

Commit 6d70d98

Browse files
chore(release): 6.0.0 [skip ci]
# [6.0.0](v5.0.0...v6.0.0) (2025-11-04) ### Bug Fixes * Learn how to handle multiline texts (by writing and reading them) and the open/close file logic using with statement ([c848d19](c848d19)) * Learn how to open, close, write and read a file ([75d1eb5](75d1eb5)) ### Features * Exercise [#6](#6). File Management ([3dc77d2](3dc77d2)) ### BREAKING CHANGES * Exercise completed.
1 parent 3dc77d2 commit 6d70d98

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+
# [6.0.0](https://github.com/NicolasOmar/python-practice/compare/v5.0.0...v6.0.0) (2025-11-04)
2+
3+
4+
### Bug Fixes
5+
6+
* Learn how to handle multiline texts (by writing and reading them) and the open/close file logic using with statement ([c848d19](https://github.com/NicolasOmar/python-practice/commit/c848d196dd95080a1e219d0f6fdc26c155f524df))
7+
* Learn how to open, close, write and read a file ([75d1eb5](https://github.com/NicolasOmar/python-practice/commit/75d1eb5f7d524038fe96ba9825a0022004c09e67))
8+
9+
10+
### Features
11+
12+
* Exercise [#6](https://github.com/NicolasOmar/python-practice/issues/6). File Management ([3dc77d2](https://github.com/NicolasOmar/python-practice/commit/3dc77d233e84d9d7fbc460f2a1da5bd2b14f014b))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* Exercise completed.
18+
119
# [5.0.0](https://github.com/NicolasOmar/python-practice/compare/v4.0.0...v5.0.0) (2025-10-14)
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": "5.0.0",
3+
"version": "6.0.0",
44
"author": "Nicolás Omar González Passerino",
55
"license": "MIT",
66
"private": true,

0 commit comments

Comments
 (0)