Commit dd56d4a
committed
Cut 0.1.1
Version bump from 0.1.0 to 0.1.1. Zero extension behavior change —
this is pure release hygiene bundling everything we've landed on
master since 0.1.0 shipped.
Why a new tag instead of moving 0.1.0 forward: the 0.1.0 tag points
at commit 1fc6cd1, which predates composer.json existing in the
repo root (that was added in 05f7c0f). Packagist reads the
composer.json at the tagged commit to decide whether to index a
tag — because 0.1.0's tree has only package.xml and pie.json but
no composer.json, Packagist silently skipped it. That's why
`pie install iliaal/mdparser` never resolved to 0.1.0: the tag
looked invisible to Packagist's crawler.
0.1.1 is the first tag that has composer.json at the tagged
commit, so Packagist will pick it up on the next webhook fire and
`pie install iliaal/mdparser` will resolve to 0.1.1.
The 0.1.0 GitHub release stays as-is with its 12 Windows DLL
assets — it's a valid GitHub release, just not discoverable via
Packagist. PIE users get 0.1.1; anyone who downloaded the 0.1.0
DLLs from the release page still has working binaries.
Version strings bumped in:
- php_mdparser.h: PHP_MDPARSER_VERSION
- package.xml: <release>
- CHANGELOG.md: new [0.1.1] section moved from [Unreleased]
CHANGELOG [0.1.1] section documents everything landed since
0.1.0: composer.json, CONTRIBUTING, SECURITY, dependabot, badges,
scripts/pie-smoke.sh, the PIE doc rewrite, and all five CI fixes
(drop 8.2, 8.3 compat shim, .gitattributes, contents:write,
SemVer tag trigger).1 parent af493f5 commit dd56d4a
3 files changed
Lines changed: 43 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
10 | 19 | | |
11 | 20 | | |
12 | 21 | | |
| |||
54 | 63 | | |
55 | 64 | | |
56 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
57 | 81 | | |
58 | 82 | | |
59 | 83 | | |
| |||
107 | 131 | | |
108 | 132 | | |
109 | 133 | | |
110 | | - | |
| 134 | + | |
111 | 135 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
59 | 70 | | |
60 | 71 | | |
61 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments