# Base.@kwdef for v1.0?

**URL:** https://discourse.julialang.org/t/base-kwdef-for-v1-0/21954
**Category:** Internals & Design
**Created:** [March 17, 2019, 5:08am UTC](https://discourse.julialang.org/t/base-kwdef-for-v1-0/21954 "2019-03-17T05:08:53Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![tk3369](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tk3369/32/2824_2.png) [@tk3369](https://discourse.julialang.org/u/tk3369)
#### Post date: [March 17, 2019, 6:01am UTC](https://discourse.julialang.org/t/base-kwdef-for-v1-0/21954/3 "2019-03-17T06:01:11Z")

</div>

@anon67531922 - according to [semantic versioning](https://semver.org), a minor release is backward compatible. So there is no reason not to upgrade to 1.1 🙂

> Given a version number MAJOR.MINOR.PATCH, increment the:
> 
> 1. MAJOR version when you make incompatible API changes,
> 2. MINOR version when you add functionality in a backwards-compatible manner, and
> 3. PATCH version when you make backwards-compatible bug fixes.

---

_[View the full topic](https://discourse.julialang.org/t/base-kwdef-for-v1-0/21954)._
