- Update HISTORY.md
- Commit the changes:
git add HISTORY.md
git commit -m "Changelog for upcoming release 0.1.1."
- Update version number (can also be minor or major)
bumpversion patch
| open System | |
| open System.Collections.Concurrent | |
| open System.Collections.Generic | |
| open HotChocolate.Configuration | |
| open HotChocolate.Types.Descriptors | |
| open HotChocolate.Types.Descriptors.Definitions | |
| open Microsoft.FSharp.Reflection | |
| /// Memoizes the results of a unary function to optimize for repeated calls |
git add HISTORY.md
git commit -m "Changelog for upcoming release 0.1.1."
bumpversion patch