Skip to content

Instantly share code, notes, and snippets.

@Logan1x
Last active April 21, 2018 17:09
Show Gist options
  • Save Logan1x/4f6a72fd114772dd1496c60b35e5bb65 to your computer and use it in GitHub Desktop.
Save Logan1x/4f6a72fd114772dd1496c60b35e5bb65 to your computer and use it in GitHub Desktop.
Sementic versioning
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