Skip to content

Commit ce1fbbb

Browse files
committed
Release version 2.0.0
Bump appveyor.yml `core_version` to 2.0.0. Move x.x.x notes to 2.0.0 in `CHANGELOG.md`. Changes in this release: - Changed (breaking) - The way the MigrationDocument's Id is determined. Multiple underscores will now combined into one separator to be used between each section of the Id. This could be a breaking change if there are migrations named with multiple underscores, depending on the version of Raven client and server in use. Some **This could be a breaking change if there are migrations named with multiple underscores**, depending on the version of Raven client and server in use. Some versions of Raven ignore multiple separators and others do not. This change could cause migrations to be run multiple times in some cases if the ids are not **could cause migrations to be run multiple times** in some cases if the ids are not changed first. - Added - Ability to inherit from `MigrationAttribute` to specify custom migration versions.
1 parent c7a8680 commit ce1fbbb

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ All notable changes will be documented in this file, particularly any breaking
33
changes. This project adheres to [Semantic Versioning](http://semver.org).
44

55
## [x.x.x]
6-
- Changed - The way the MigrationDocument's Id is determined. Multiple underscores
6+
7+
## [2.0.0]
8+
- Changed (breaking) - The way the MigrationDocument's Id is determined. Multiple underscores
79
will now combined into one separator to be used between each section of the Id.
8-
This could be a breaking change if there are migrations named with multiple
9-
underscores, depending on the version of Raven client and server in use. Some
10+
**This could be a breaking change if there are migrations named with multiple
11+
underscores**, depending on the version of Raven client and server in use. Some
1012
versions of Raven ignore multiple separators and others do not. This change
11-
could cause migrations to be run multiple times in some cases if the ids are not
13+
**could cause migrations to be run multiple times** in some cases if the ids are not
1214
changed first.
1315
- Added - Ability to inherit from `MigrationAttribute` to specify custom migration
1416
versions.

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ assembly_info:
77
assembly_file_version: $(core_version)
88
assembly_informational_version: $(core_version)
99
environment:
10-
core_version: 1.2.0
10+
core_version: 2.0.0
1111
nuget:
1212
disable_publish_on_pr: true
1313
build:

0 commit comments

Comments
 (0)