liurenjie1024 commented on PR #212:
URL: https://github.com/apache/iceberg-rust/pull/212#issuecomment-1955956400

   > > Upgrading minor version means add new features without breaking change, 
e.g. 0.2.0 -> 0.3.0.
   > 
   > This is a breaking change in semver definition.
   
   I took a look at [semver 
doc](https://doc.rust-lang.org/cargo/reference/resolver.html#semver-compatibility)
 and you are right. `0.2.0 -> 0.3.0` is considered not compatible, while `1.2.0 
-> 1.3.0` is considered compatible. This makes sense since versions starts with 
`0.` are considered not stable enough.
   
   But I still prefer to upgrade minor version for each release, since it's 
weird to me to add a lot of features and only upgrade patch version.  🤪
    


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to