Skip to content
This repository was archived by the owner on Jan 4, 2025. It is now read-only.

Commit 76a1b3e

Browse files
committed
Style Update: removed an additional closing bracket, added a detail to rules for Optimization Updates
1 parent 828af01 commit 76a1b3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# **code null versioning 1.0.0.1 (CNV)**
1+
# **code null versioning 1.0.0.2 (CNV)**
22

33
The CNV provides a rather simple schema. It is based on [Semantic Versioning](https://semver.org/), but with a rule set, that is applicable to a broader range of projects.
44

@@ -82,13 +82,13 @@ These are released when new smaller functionality was added, other changes where
8282
The following cases should always lead to a new minor version:
8383

8484
- A new part was added in software (e.g.: new area in a program/website/blog, additional APIs on a server, new attributes on a component, new class member)
85-
- A new part was added in other cases (e.g.: new section in a document, new arrangement on a floor plan, second handle for a pot))
85+
- A new part was added in other cases (e.g.: new section in a document, new arrangement on a floor plan, second handle for a pot)
8686
- Some parts were moved to a different position (e.g.: file input is now at the top instead bottom, section b now comes before section a, the arrangement of buttons on a remote control changed)
8787
- A security issue was fixed
8888

8989
### **Optimization (y)**
9090

91-
This part is increased whenever bug fixes, changes in the (code) structure or other optimization are released. The word "bug" is not strictly meant for coding projects, but also refers to everything else that leads to unwanted behavior or consequences.
91+
This part is increased whenever bug fixes, changes in the (code) structure or other optimization are released. This may also include minor changes in the visual appearance or the the addition of a small piece of information. The word "bug" is not strictly meant for coding projects, but also refers to everything else that leads to unwanted behavior or consequences.
9292

9393
The following cases should always lead to a new optimization version:
9494

0 commit comments

Comments
 (0)