Skip to content

Commit d794e83

Browse files
release: 2.1.0
# [2.1.0](v2.0.0...v2.1.0) (2021-01-12) ### Bug Fixes * **search:** typo bugfix after release 2.0.0 ([0b7161e](0b7161e)) ### Features * **debug:** new solr debug panel in symfony profiler ([0b59677](0b59677)) * **standards:** removed CircleCI integration in favour of existing TravisCI integration ([dd62c05](dd62c05)) * **search:** split range queries with multiple ranges to a union of ranges ([75b4910](75b4910)) * **standards:** updated the code to follow the coding standards and added circle.ci tests ([6426f14](6426f14))
1 parent b584e57 commit d794e83

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [2.1.0](https://github.com/usemarkup/NeedleBundle/compare/v2.0.0...v2.1.0) (2021-01-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **search:** typo bugfix after release 2.0.0 ([0b7161e](https://github.com/usemarkup/NeedleBundle/commit/0b7161ebfa36a1f8881634b399619ba21decf6f2))
7+
8+
9+
### Features
10+
11+
* **debug:** new solr debug panel in symfony profiler ([0b59677](https://github.com/usemarkup/NeedleBundle/commit/0b59677cbb7a6f89d02d47cc7cb937a0919e5265))
12+
* **standards:** removed CircleCI integration in favour of existing TravisCI integration ([dd62c05](https://github.com/usemarkup/NeedleBundle/commit/dd62c05252859c3745264f430fbd7fdd10dbd857))
13+
* **search:** split range queries with multiple ranges to a union of ranges ([75b4910](https://github.com/usemarkup/NeedleBundle/commit/75b4910ff4e3af349e0ec86469e0611ad702c0c9))
14+
* **standards:** updated the code to follow the coding standards and added circle.ci tests ([6426f14](https://github.com/usemarkup/NeedleBundle/commit/6426f146900be93f04d8b5082798ca2203113ec1))
15+
116
# [2.0.0](https://github.com/usemarkup/NeedleBundle/compare/v1.2.0...v2.0.0) (2020-09-07)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "needle",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"dependencies": {
55
"@semantic-release/changelog": "github:semantic-release/changelog",
66
"@semantic-release/git": "github:semantic-release/git",

0 commit comments

Comments
 (0)