Skip to content

Commit f6a8be6

Browse files
committed
Increase version to 4.8.0 & update changelog
1 parent 75d9d8b commit f6a8be6

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

77

8-
## Unreleased
8+
## 4.8.0 (2017-12-24)
9+
10+
Same as 4.8.0-rc1 (see below), plus some significant speed improvements.
11+
12+
#### Changed
13+
14+
* `SetupAllProperties` now fully supports property type recursion / loops in the object graph, thanks to deferred property initialization (@stakx, #550)
15+
16+
17+
## 4.8.0-rc1 (2017-12-08)
18+
19+
This is a pre-release version.
920

1021
#### Added
1122

@@ -26,7 +37,6 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1
2637

2738
* **Breaking change:** `SetupSequence` now overrides pre-existing setups like all other `Setup` methods do. This means that exhausted sequences no longer fall back to previous setups to produce a "default" action or return value. (@stakx, #476)
2839
* Delegates passed to `Returns` are validated a little more strictly than before (return type and parameter count must match with method being set up) (@stakx, #520)
29-
* `SetupAllProperties` now fully supports property type recursion / loops in the object graph, thanks to deferred property initialization (@stakx, #550).
3040
* Change assembly versioning scheme to `major.minor.0.0` to help prevent assembly version conflicts and to reduce the need for binding redirects (@stakx, #554)
3141

3242
#### Fixed

GitInfo.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.7.0
1+
4.8.0

Moq.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>Moq</id>
5-
<version>4.7</version>
5+
<version>4.8</version>
66
<title>Moq: an enjoyable mocking library</title>
77
<authors>Daniel Cazzulino, kzu</authors>
88
<owners>Daniel Cazzulino, Clarius Labs, kzu</owners>

0 commit comments

Comments
 (0)