Skip to content

Commit

Permalink
Bump version to 0.5.0-beta001
Browse files Browse the repository at this point in the history
## [0.5.0-beta001] - 2022-10-24

### Changed

- Bring Marten.FSharp back to life [#30](#30) [#34](#34) [#35](#35) [#36](#36) [#38](#38) [#39](#39)
- [Exposing Lambda Module](#37)
  • Loading branch information
TheAngryByrd committed Oct 24, 2022
1 parent 18a922c commit 10d3e81
Showing 1 changed file with 23 additions and 14 deletions.
37 changes: 23 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,40 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.0-beta001] - 2022-10-24

### Changed

- Bring Marten.FSharp back to life [#30](https://github.com/TheAngryByrd/Marten.FSharp/pull/30) [#34](https://github.com/TheAngryByrd/Marten.FSharp/pull/34) [#35](https://github.com/TheAngryByrd/Marten.FSharp/pull/35) [#36](https://github.com/TheAngryByrd/Marten.FSharp/pull/36) [#38](https://github.com/TheAngryByrd/Marten.FSharp/pull/38) [#39](https://github.com/TheAngryByrd/Marten.FSharp/pull/39)
- [Exposing Lambda Module](https://github.com/TheAngryByrd/Marten.FSharp/pull/37)

## [0.4.3]

### Fixed
- Task map with error handling (https://github.com/TheAngryByrd/Marten.FSharp/pull/26)
- [Task map with error handling](https://github.com/TheAngryByrd/Marten.FSharp/pull/26)

## [0.4.2]

### Changed
- API Documentation (https://github.com/TheAngryByrd/Marten.FSharp/pull/24)
- [API Documentation](https://github.com/TheAngryByrd/Marten.FSharp/pull/24)

### BREAKING:
- Api Changes for Patch and Count (https://github.com/TheAngryByrd/Marten.FSharp/pull/24)
- [Api Changes for Patch and Count](https://github.com/TheAngryByrd/Marten.FSharp/pull/24)

## [0.4.1]

### Fixed
- Fix misc api errors (https://github.com/TheAngryByrd/Marten.FSharp/pull/21/files)
- [Fix misc api errors](https://github.com/TheAngryByrd/Marten.FSharp/pull/21/files)

## [0.4.0]

### Added
- Revealing cancellable version of task/async calls (https://github.com/TheAngryByrd/Marten.FSharp/pull/19)
- Reveal count apis (https://github.com/TheAngryByrd/Marten.FSharp/pull/20)
- [Revealing cancellable version of task/async calls](https://github.com/TheAngryByrd/Marten.FSharp/pull/19)
- [Reveal count apis](https://github.com/TheAngryByrd/Marten.FSharp/pull/20)

### INFRASTRUCTURE:
- Update Marten 2.9 (https://github.com/TheAngryByrd/Marten.FSharp/pull/20)
- Use paket (https://github.com/TheAngryByrd/Marten.FSharp/pull/20)
- [Update Marten 2.9](https://github.com/TheAngryByrd/Marten.FSharp/pull/20)
- [Use paket](https://github.com/TheAngryByrd/Marten.FSharp/pull/20)

## [0.3.0]

Expand All @@ -54,21 +61,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.1.0]

### BREAKING:
- Api Design Changes (https://github.com/TheAngryByrd/Marten.FSharp/pull/8)
- [Api Design Changes](https://github.com/TheAngryByrd/Marten.FSharp/pull/8)
- API Modifications
- Functions associated with IQuerySession and IDocumentSession have been moved to Session module
- Functions associated with IQueryable have been moved to Queryable module
- Functions Associated with Patching have been moved to Session.Patch module

### Changed
- Expose Tasks as well as Async calls (https://github.com/TheAngryByrd/Marten.FSharp/pull/8)
- [Expose Tasks as well as Async calls](https://github.com/TheAngryByrd/Marten.FSharp/pull/8)

### Added
- Allow for Dicriminated Union of PrimaryKey for Delete and Load functions (https://github.com/TheAngryByrd/Marten.FSharp/pull/8)
- Ability to query with SQL (https://github.com/TheAngryByrd/Marten.FSharp/pull/6)
- Improve Patch API and added other Linq queries (https://github.com/TheAngryByrd/Marten.FSharp/pull/4) via @ibnuda
- Patch Functionality (https://github.com/TheAngryByrd/Marten.FSharp/pull/3) via @ibnuda
- [Allow for Dicriminated Union of PrimaryKey for Delete and Load functions](https://github.com/TheAngryByrd/Marten.FSharp/pull/8)
- [Ability to query with SQL](https://github.com/TheAngryByrd/Marten.FSharp/pull/6)
- [Improve Patch API and added other Linq queries](https://github.com/TheAngryByrd/Marten.FSharp/pull/4) via @ibnuda
- [Patch Functionality](https://github.com/TheAngryByrd/Marten.FSharp/pull/3) via @ibnuda

[Unreleased]: https://github.com/TheAngryByrd/Marten.FSharp/compare/v0.5.0-beta001...HEAD
[0.5.0-beta001]: https://github.com/TheAngryByrd/Marten.FSharp/compare/v0.4.3...v0.5.0-beta001
[0.4.3]: https://github.com/TheAngryByrd/MiniScaffold/compare/0.4.2...0.4.3
[0.4.2]: https://github.com/TheAngryByrd/MiniScaffold/compare/0.4.1...0.4.2
[0.4.1]: https://github.com/TheAngryByrd/MiniScaffold/compare/0.4.0...0.4.1
Expand Down

0 comments on commit 10d3e81

Please sign in to comment.