Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 9dfe1a6

Browse files
author
Patrick Thomson
committed
Bump the semantic-source version + update changelog.
1 parent 190b760 commit 9dfe1a6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

semantic-source/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.0.2.0
2+
3+
- Adds `Source.Language`.
4+
- Adds `ToJSON` instances for `Range` and `Loc`.
5+
16
# 0.0.1.0
27

38
- Adds an `NFData` instance for `Source`.

semantic-source/semantic-source.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.4
22

33
name: semantic-source
4-
version: 0.0.1.0
4+
version: 0.0.2.0
55
synopsis: Types and functionality for working with source code
66
description: Types and functionality for working with source code (program text).
77
homepage: https://github.com/github/semantic/tree/master/semantic-source#readme

0 commit comments

Comments
 (0)