@@ -14,8 +14,8 @@ Current goals and values (in order of descending importance) are:
14
14
use, and we should not interfere with the code they've built upon ours. This
15
15
applies most strictly to the loader and the modules essential for internal
16
16
use (e.g. UnitTest framework), other modules may see some breaking changes in
17
- future (that must always be documented in [ release notes] and must be reflected
18
- in the release [ version number] [ SemVer ] ).
17
+ future (that must always be documented in [ release notes] ( RELEASES.md ) and
18
+ must be reflected in the release [ version number] ( https://semver.org/ ) ).
19
19
- ** Improving import-time user experience** . LibPQ already offers local module
20
20
listing, parses module docstrings for viewing in the UI and correctly relays
21
21
errors in modules' code, but there must be other methods to improve module
@@ -34,23 +34,3 @@ Current goals and values (in order of descending importance) are:
34
34
## Release 1.0 roadmap
35
35
- Fix issue #7
36
36
- Add release notes (markdown file, in root directory)
37
- - File name: RELEASES or CHANGELOG?
38
- - Keep release dates
39
- - Link git commit range
40
- - Newest releases on top of the file, [ Unreleased] section for changes
41
- after the last release
42
- - Add a short description on top
43
- - Mention that the project follows semantic versioning https://semver.org/
44
- - Link to http://keepachangelog.com
45
- - Structured description
46
- - Release notes sections:
47
- - Added (features and improvements)
48
- - Changed
49
- - Deprecated
50
- - Removed
51
- - Fixed
52
- - Security
53
-
54
-
55
- [ SemVer ] : https://semver.org/
56
- [ release notes ] : RELEASES.md
0 commit comments