Skip to content

Commit f046752

Browse files
committed
Reformat changelog to conform to Pyenv and Github release notes
1 parent 72cb35b commit f046752

1 file changed

Lines changed: 44 additions & 44 deletions

File tree

CHANGELOG.md

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
## Version History
22

3-
#### v1.2.6
3+
## v1.2.6
44
* Fix changelog and version numbers
55

6-
#### v1.2.5
6+
## v1.2.5
77
* Add prompt customization by @jimenezj8 in https://github.com/pyenv/pyenv-virtualenv/pull/476
88
* README: fix and distinguish syntax highlighting in Bash vs Fish snippets by @diericx in https://github.com/pyenv/pyenv-virtualenv/pull/489
99
* Fix pyenv-virtualenv using a different Python version in a conda environment by @native-api in https://github.com/pyenv/pyenv-virtualenv/pull/492
@@ -15,29 +15,29 @@
1515
* Convert issue template to new Github format by @native-api in https://github.com/pyenv/pyenv-virtualenv/pull/519
1616
* Prevent loss of data on `virtualenv-delete -f` if the env doesn't exist and the PREFIX envvar is set elsewhere by @SabriRamadanTNG in https://github.com/pyenv/pyenv-virtualenv/pull/518
1717

18-
#### v1.2.4
18+
## v1.2.4
1919
* Fix failing to detect `-m venv` when "python" is not provided by the distro by @native-api in https://github.com/pyenv/pyenv-virtualenv/pull/479
2020
* README: Remove dollar signs from commands that are meant to be copied by @galonsky in https://github.com/pyenv/pyenv-virtualenv/pull/481
2121
* Reflect pyenv-latest switch change in 2.4.8 by @native-api in https://github.com/pyenv/pyenv-virtualenv/pull/484
2222

23-
#### v1.2.3
23+
## v1.2.3
2424
* Fix: add `colorize` helper by @silverjam in https://github.com/pyenv/pyenv-virtualenv/pull/470
2525
* Bump pyenv-virtualenv reporting version to match release by @ushuz in https://github.com/pyenv/pyenv-virtualenv/pull/471
2626
* Add fish prompt changing by @romirk in https://github.com/pyenv/pyenv-virtualenv/pull/475
2727
* Don't activate if a 3rd-party venv is activated over ours by @native-api in https://github.com/pyenv/pyenv-virtualenv/pull/478
2828

29-
#### v1.2.2
29+
## v1.2.2
3030
* Prompt removal was never done and is not planned anymore by @native-api in https://github.com/pyenv/pyenv-virtualenv/pull/447
3131
* Update PYENV_VIRTUALENV_VERSION by @jack-mcivor in https://github.com/pyenv/pyenv-virtualenv/pull/449
3232
* Add activate/deactivate hooks by @joshfrench in https://github.com/pyenv/pyenv-virtualenv/pull/452
3333
* More helpful error message when requesting a nonexistent base version by @MarcinKonowalczyk in https://github.com/pyenv/pyenv-virtualenv/pull/454
3434
* Add fish install oneliner by @ElijahLynn in https://github.com/pyenv/pyenv-virtualenv/pull/322
3535
* Link python*-config into VE by @native-api in https://github.com/pyenv/pyenv-virtualenv/pull/460
3636

37-
#### v1.2.1
37+
## v1.2.1
3838
* Support prefixes resolved by pyenv-latest as base version names by @native-api in https://github.com/pyenv/pyenv-virtualenv/pull/446
3939

40-
#### v1.2.0
40+
## v1.2.0
4141
* ~/.*rc should be modified instead of ~/.*profile by @native-api in https://github.com/pyenv/pyenv-virtualenv/pull/384
4242
* Fixes #394 - update pyenv virtualenvs to list virtualenvs start with dot prefixes by @Gauravtalreja1 in https://github.com/pyenv/pyenv-virtualenv/pull/395
4343
* Fix installation steps to allow for Pyenv 2 by @native-api in https://github.com/pyenv/pyenv-virtualenv/pull/388
@@ -60,63 +60,63 @@
6060
* Use realpath of scripts to determine relative locations by @andrew-christianson in https://github.com/pyenv/pyenv-virtualenv/pull/308
6161
* Shell detect improvements by @scop in https://github.com/pyenv/pyenv-virtualenv/pull/377
6262

63-
#### v1.1.5
63+
## v1.1.5
6464

6565
* Fix install script (#290, #302)
6666

67-
#### v1.1.4
67+
## v1.1.4
6868

6969
* Support newer conda (#290)
7070
* Prefer `python3.x` executable if available (#206, #282, #296)
7171

72-
#### v1.1.3
72+
## v1.1.3
7373

7474
* No code changes since 1.1.2
7575

76-
#### v1.1.2
76+
## v1.1.2
7777

7878
* Use custom get-pip URL based on the target version (#253, #254, #255)
7979
* Source conda 4.4.4 shell files (#251)
8080
* Evaluate force flag before testing if venv exists (#232)
8181

82-
#### v1.1.1
82+
## v1.1.1
8383

8484
* Set `CONDA_PREFIX` to make is useable in conda activate/deactivate scripts (#224)
8585
* Generate `pydoc` executable after creating new virtualenv (#197, #230)
8686

87-
#### v1.1.0
87+
## v1.1.0
8888

8989
* fish: use "set -gx" instead of "setenv" (#215, #216, #217, #218)
9090

91-
#### v1.0.0
91+
## v1.0.0
9292

9393
* Use similar versioning scheme as pyenv; YYYYMMDD -> X.Y.Z
9494

95-
#### v20160716
95+
## v20160716
9696

9797
* Suppress activate/deactivate messages by default (#169, #170, #171)
9898
* Source conda package activate/deactivat scripts if exist (#173)
9999
* Use `source` in favor of `.` for `fish` (#175)
100100
* Use `python -m venv` instead of `pyvenv` due to deprecation of `pyvenv` after 3.6 (#184, #185)
101101

102-
#### v20160315
102+
## v20160315
103103

104104
* Evaluate `${PATH}` when outputted code is eval'd. (#154)
105105
* Set proper `CONDA_DEFAULT_ENV` for shorter name (#160)
106106

107-
#### v20160202
107+
## v20160202
108108

109109
* Install virtualenv 13.1.2 for CPython/Stackless 3.2.x (yyuu/pyenv#531)
110110

111-
#### v20160112
111+
## v20160112
112112

113113
* Fix problem with `virtualenv` to look up executables from source version with `--system-site-packages` (#62)
114114

115-
#### v20151229
115+
## v20151229
116116

117117
* Fix `deactivate` error on `fish` (#136)
118118

119-
#### v20151222
119+
## v20151222
120120

121121
* Improved interoperability with Anaconda/Miniconda (#103, #106, #107, #108)
122122
* Create `virtualenv` inside `envs` directory of source version, like Anaconda/Miniconda (#103, #107)
@@ -126,138 +126,138 @@
126126
* Add `--skip-aliases` to `pyenv virtualenvs` (#120)
127127
* Stop showing `version not installed` warning messages in precmd (#49)
128128

129-
#### v20151103
129+
## v20151103
130130

131131
* Passing return value from executed command. (#100)
132132
* Add workaround for commands installed in a virtual environment created by `pyvenv` (#62)
133133
* init: zsh: prepend hook to `precmd_functions` (#101)
134134

135-
#### v20151006
135+
## v20151006
136136

137137
* Ignore user's site-packages on ensurepip/get-pip (#89)
138138
* Find `python-config` from source version if current version is a virtualenv
139139
* Fix pyenv-virtualenv-init script for fish where command was in string and not being evaluated (#98)
140140
* Add foolproof for `-p` argument. (yyuu/pyenv#98)
141141

142-
#### v20150719
142+
## v20150719
143143

144144
* Add support for `conda` environments created by Anaconda/Miniconda (#91)
145145
* Look up commands for original version as well if the environment is created with `--system-site-packages` (#62)
146146
* Add error message if the source version is not installed (#83)
147147

148-
#### v20150526
148+
## v20150526
149149

150150
* Use `typeset -g` with `precmd_functions` (#75)
151151
* activate: display setup instructions only with `PYENV_VIRTUALENV_INIT=0` (#78)
152152
* Ignore failure of pyenv activate (#68)
153153

154-
#### v20150119
154+
## v20150119
155155

156156
* Ignore errors from `pyenv-version-name` since it might fail if there is configuration error (yyuu/pyenv#291)
157157
* The _shell_ version set in `activate` should be unset in `deactivate` (#61)
158158
* Anaconda has `activate` script nevertheless it is not a virtual environment (#65)
159159

160-
#### v20141106
160+
## v20141106
161161

162162
* Stop creating after `ensurepip` since it has done by `ensurepip` itself
163163
* Suppress some useless warnings from `pyenv virtualenv-init`
164164

165-
#### v20141012
165+
## v20141012
166166

167167
* Fix warnings from `shellcheck` to improve support for POSIX sh (#40)
168168
* Do not allow whitespace in `VIRTUALENV_NAME` (#44)
169169
* Should not persist `PYENV_DEACTIVATE` after automatic deactivation (#47, #48)
170170

171-
#### v20140705
171+
## v20140705
172172

173173
* Display information on auto-(de)?activation
174174
* Support manual (de)?activation with auto-activation enabled (#32, #34)
175175
* Exit as error when (de)?activation failed
176176
* Use https://bootstrap.pypa.io/ to install setuptools and pip
177177
* Create backup of original virtualenv within `$(pyenv root)/versions` when `--upgrade`
178178

179-
#### v20140615
179+
## v20140615
180180

181181
* Fix incompatibility issue of `pyenv activate` and `pyenv deactivate` (#26)
182182
* Workaround for the issue with pyenv-which-ext (#26)
183183

184-
#### v20140614
184+
## v20140614
185185

186186
* Add `pyenv virtualenv-init` to enable auto-activation feature (#24)
187187
* Create symlinks for executables with version suffix (yyuu/pyenv#182)
188188

189-
#### v20140602
189+
## v20140602
190190

191191
* Use new style GH raw url to avoid redirects (raw.github.com -> raw.githubusercontent.com)
192192
* Repaired virtualenv activation and deactivation for the fish shell (#23)
193193

194-
#### v20140421
194+
## v20140421
195195

196196
* Display error if `pyenv activate` was invoked as a command
197197
* Fix completion of `pyenv activate` (#15)
198198
* Use `virtualenv` instead of `pyvenv` if `-p` has given (yyuu/pyenv#158)
199199

200-
#### v20140123
200+
## v20140123
201201

202202
* Add `activate` and `deactivate` to make `pyenv-virtualenv` work with [jedi](https://github.com/davidhalter/jedi) (#9)
203203
* Use `ensurepip` to install `pip` if it is available
204204
* Unset `PIP_REQUIRE_VENV` to avoid problem on the installation of `virtualenv` (#10)
205205
* Add tests
206206

207-
#### v20140110.1
207+
## v20140110.1
208208

209209
* Fix install script
210210

211-
#### v20140110
211+
## v20140110
212212

213213
* Support environment variables of `EZ_SETUP` and `GET_PIP`.
214214
* Support a short option `-p` of `virtualenv`.
215215

216-
#### v20131216
216+
## v20131216
217217

218218
* Use latest release of setuptools and pip if the version not given via environment variables.
219219

220-
#### v20130622
220+
## v20130622
221221

222222
* Removed bundled `virtualenv.py` script. Now pyenv-virtualenv installs `virtualenv` package into source version and then use it.
223223
* On Python 3.3+, use `pyvenv` as virtualenv command if `virtualenv` is not available.
224224
* Install setuptools and pip into environments created by `pyvenv`.
225225

226-
#### v20130614
226+
## v20130614
227227

228228
* Add `pyenv virtualenvs` to list all virtualenv versions.
229229
* *EXPERIMENTAL*: Add `--upgrade` option to re-create virtualenv with migrating packages
230230

231-
#### v20130527
231+
## v20130527
232232

233233
* Remove `python-virtualenv` which was no longer used.
234234
* Change the installation path of the `virtualenv.py` script. (`./libexec` -> `./libexec/pyenv-virtualenv/${VIRTUALENV_VERSION}`)
235235
* Download `virtualenv.py` if desired version has not been installed.
236236

237-
#### v20130507
237+
## v20130507
238238

239239
* Display virtualenv information in `--help` and `--version`
240240
* Update virtualenv version; 1.8.4 -> 1.9.1
241241

242-
#### v20130307
242+
## v20130307
243243

244244
* Rename the project; `s/python-virtualenv/pyenv-virtualenv/g`
245245
* The `pyenv-virtualenv` script is not depending on `python-virtualenv` now.
246246
`python-virtualenv` will left for compatibility and will not continue for future releases.
247247
* Update virtualenv version; 1.8.2 -> 1.8.4
248248

249-
#### v20130218
249+
## v20130218
250250

251251
* Add pyenv 0.2.x (rbenv 0.4.x) style help messages.
252252

253-
#### v20121023
253+
## v20121023
254254

255255
* Create virtualenv with exact name of python executables.
256256
* Changed command-line options of python-virtualenv.
257257
First argument should be a path to the python executable.
258258
* Add install script.
259259

260-
#### v20120927
260+
## v20120927
261261

262262
* Initial public release.
263263

0 commit comments

Comments
 (0)