Skip to content

Commit bfd571c

Browse files
committed
Add Weaponry
1 parent 217a0de commit bfd571c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

readme.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,31 @@ API:
99
- Throw a fisty
1010

1111

12+
### Patch
1213

1314
Patch updates are interchangeable, meaning consumers can upgrade or downgrade freely.
1415

1516
Content: Internal fix
1617
Example: Bug fix, Performance improvement, environment or internal tweaks
1718
Policy: Consumers should update their software without hesitation
19+
20+
21+
22+
### Minor
23+
24+
Minor updates are backwards compatible, meaning consumers can upgrade freely.
25+
26+
Content: Interface change with full backward compatibility
27+
Example: New feature, Endpoint declared deprecated
28+
Policy: Update your software to get some new features. Nothing will break
29+
30+
Version 1.1.0
31+
32+
An internal update
33+
34+
API:
35+
- Walk
36+
- Talk
37+
- Throw a fisty
38+
- * Jab
39+
- * Shield

0 commit comments

Comments
 (0)