Skip to content

Commit 791e8fe

Browse files
committed
opml: update changelog for v1.0.0
Signed-off-by: VirtualTam <[email protected]>
1 parent d6cec3e commit 791e8fe

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/) and this
66
project adheres to [Semantic Versioning](https://semver.org/).
77

8-
## [v1.0.0](https://github.com/virtualtam/opml-go/releases/tag/v1.0.0) - UNRELEASED
9-
Initial release.
8+
## [v1.0.0](https://github.com/virtualtam/opml-go/releases/tag/v1.0.0) - 2024-11-07
109

11-
### Added
10+
Initial release.
1211

13-
- Unmarshal data using the OPML file format
14-
- Marshal documents containing text, feed subscription, link and directory elements
12+
### Added
13+
14+
- Unmarshal data using the OPML file format
15+
- Marshal documents containing text, feed subscription, link and directory elements
16+
- Setup Github Actions to run continuous integration workflows
17+
- Add test coverage for OPML specification examples
18+
- Add test coverage for Feedly and Newsblur feed subscription exports
19+
- Add test examples to demonstrate usage

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
`opml-go` provides a library to marshal and unmarshal outlines using the
66
[Outline Processor Markup Language (OPML)](https://opml.org/spec2.opml) 2.0 format.
77

8+
## Usage
9+
10+
See examples under:
11+
12+
- `example_marshal_test.go` to create an OPML document and marshal it to XML;
13+
- `example_unmarshal_test.go` to read a file containing an OPML document.
14+
815
## Change Log
916

1017
See [CHANGELOG](./CHANGELOG.md)

0 commit comments

Comments
 (0)