Last active
April 21, 2018 17:09
-
-
Save Logan1x/4f6a72fd114772dd1496c60b35e5bb65 to your computer and use it in GitHub Desktop.
Sementic versioning
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
v0.0.0 // New project | |
v0.1.0 // Add some functionality | |
v0.2.0 // Add other new functionality | |
v0.2.1 // Fix bug | |
v0.3.0 // Add some functionality | |
v0.3.1 // Fix bug | |
v0.3.2 // Fix bug | |
v0.3.3 // Fix bug | |
v0.3.4 // Fix bug | |
v0.4.0 // Add some functionality | |
v0.4.1 // Fix bug | |
v0.4.2 // Fix bug | |
v1.0.0 // Code is being used in production | |
v1.1.0 // Add some functionality | |
v1.2.0 // Add other new functionality | |
v1.2.1 // Fix bug | |
v2.0.0 // Implement changes that causes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment