Skip to content

Commit e7f74ce

Browse files
committed
Update package version, add release history to README.md
1 parent db5204b commit e7f74ce

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,20 @@ And then point to that phan installation:
120120

121121
**For guidance on how to set up a Phan project, please see [phan/phan](https://github.com/phan/phan).**
122122

123+
## Release History
124+
125+
### 0.0.4
126+
127+
- Bump Phan version in composer.lock. Support new Phan plugin types. Include History in README.md
128+
129+
### 0.0.3
130+
131+
- Improve documentation. Mention that Visual Studio Code must be restarted in order to pick up any changes to this editor's phan settings.
132+
133+
### 0.0.2
134+
135+
- Reword README, rename extension to php-phan
136+
123137
## Credits
124138

125139
This VS Code extension and many parts of the language server protocol implementation are based on [PHP IntelliSense](https://github.com/felixfbecker/vscode-php-intellisense)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "MIT",
88
"private": true,
99
"preview": false,
10-
"version": "0.0.3",
10+
"version": "0.0.4",
1111
"engines": {
1212
"vscode": "^1.16.0",
1313
"os" : [ "darwin", "linux" ]

0 commit comments

Comments
 (0)