aglinxinyuan commented on PR #3687: URL: https://github.com/apache/texera/pull/3687#issuecomment-3217858032
> By "subversion" did you mean "version"? Updated to the correct terms. When you see a jOOQ version like 3.16.23, it follows the [Semantic Versioning (SemVer)](https://semver.org/) pattern: MAJOR.MINOR.PATCH. Breaking it down: 3 → MAJOR version Indicates backward-incompatible API changes—changes that might require significant updates to your codebase. 16 → MINOR version Denotes backward-compatible new features and enhancements. 23 → PATCH version Represents backward-compatible bug fixes and minor improvements. Incrementing this number typically means that no API has changed, but bugs have been addressed or performance enhanced. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
